diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-21 20:19:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-02 17:21:02 +0700 |
commit | 52e872a1c22ee0142a09aa4e80be2de08c4ae3af (patch) | |
tree | 2f4cae8bea0474baabf11e8d9eac91a770780249 /python/python-PySnooper | |
parent | 5ce3f8f098931ce1fc14a7d19c874905b365b6f0 (diff) |
python/python-PySnooper: 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/python-PySnooper')
-rw-r--r-- | python/python-PySnooper/python-PySnooper.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/python-PySnooper/python-PySnooper.SlackBuild b/python/python-PySnooper/python-PySnooper.SlackBuild index 793312717b78..b82937c2a377 100644 --- a/python/python-PySnooper/python-PySnooper.SlackBuild +++ b/python/python-PySnooper/python-PySnooper.SlackBuild @@ -71,7 +71,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 \ |