python/et_xmlfile: Convert python to python2.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2021-05-21 21:32:13 +01:00 committed by Willy Sudiarto Raharjo
parent 883e038e39
commit d9e225c16b
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -66,7 +66,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Python 2 and Python 3 support
python setup.py install --root=$PKG
python2 setup.py install --root=$PKG
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \