From 3e05b4bc56097b36bc63c0a2c6c4e950ec389012 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Wed, 21 Apr 2021 20:01:14 +0200 Subject: python/terminado: Removed Python 2 support. Signed-off-by: Benjamin Trigona-Harany Signed-off-by: Willy Sudiarto Raharjo --- python/terminado/terminado.SlackBuild | 1 - 1 file changed, 1 deletion(-) (limited to 'python') 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 \ -- cgit v1.2.3