summaryrefslogtreecommitdiffstats
path: root/python/testpath
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2021-04-21 20:00:37 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:01 +0200
commitfeec5cf93e438012056da8885a03d26dd36818c1 (patch)
tree54163ff9a4e4826b46e6779fe765145b4f7bd436 /python/testpath
parent7cbf9f9f83ffcf582d092113692df0e8a3d2b176 (diff)
downloadslackbuilds-feec5cf93e438012056da8885a03d26dd36818c1.tar.gz
python/testpath: Removed Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/testpath')
-rw-r--r--python/testpath/testpath.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/testpath/testpath.SlackBuild b/python/testpath/testpath.SlackBuild
index daaa3e08bd..06aea36298 100644
--- a/python/testpath/testpath.SlackBuild
+++ b/python/testpath/testpath.SlackBuild
@@ -69,7 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-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 \