diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-21 20:01:14 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-02 17:21:01 +0700 |
commit | 3e05b4bc56097b36bc63c0a2c6c4e950ec389012 (patch) | |
tree | 4be72e54bbfc40d024416524631757b258ea93fe /python/terminado | |
parent | feec5cf93e438012056da8885a03d26dd36818c1 (diff) | |
download | slackbuilds-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.SlackBuild | 1 |
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 \ |