diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-21 20:00:37 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-02 17:21:01 +0700 |
commit | feec5cf93e438012056da8885a03d26dd36818c1 (patch) | |
tree | 54163ff9a4e4826b46e6779fe765145b4f7bd436 /python/testpath | |
parent | 7cbf9f9f83ffcf582d092113692df0e8a3d2b176 (diff) |
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.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/testpath/testpath.SlackBuild b/python/testpath/testpath.SlackBuild index daaa3e08bdc6..06aea36298e5 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 \ |