diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-21 21:32:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-02 01:02:26 +0700 |
commit | a07fd77433901bc959b090b64ed9f621d02165c4 (patch) | |
tree | e20f82838eac02a3a3f470ae0fe6ee589942e00d /python/pathlib2 | |
parent | da0778534ec6ccd06828318589557b4abdd72bde (diff) |
python/pathlib2: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pathlib2')
-rw-r--r-- | python/pathlib2/pathlib2.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/python/pathlib2/pathlib2.SlackBuild b/python/pathlib2/pathlib2.SlackBuild index 1619a30e0cc26..3a63b2f1621d1 100644 --- a/python/pathlib2/pathlib2.SlackBuild +++ b/python/pathlib2/pathlib2.SlackBuild @@ -70,11 +70,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python2 setup.py install --root=$PKG - -# Python 3 support. -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi +python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |