summaryrefslogtreecommitdiffstats
path: root/python/terminado
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2021-04-21 20:01:14 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:01 +0200
commit3e05b4bc56097b36bc63c0a2c6c4e950ec389012 (patch)
tree4be72e54bbfc40d024416524631757b258ea93fe /python/terminado
parentfeec5cf93e438012056da8885a03d26dd36818c1 (diff)
downloadslackbuilds-3e05b4bc56097b36bc63c0a2c6c4e950ec389012.tar.gz
python/terminado: 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/terminado')
-rw-r--r--python/terminado/terminado.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/terminado/terminado.SlackBuild b/python/terminado/terminado.SlackBuild
index 81c7ca3a24..2e2379347f 100644
--- a/python/terminado/terminado.SlackBuild
+++ b/python/terminado/terminado.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 \