From efc783128499d81a4c135734e0d0006afdab01ad Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sat, 17 Apr 2021 21:06:19 +0200 Subject: gis/Geohash: Removed Python 2 support. Signed-off-by: Benjamin Trigona-Harany --- gis/Geohash/Geohash.SlackBuild | 1 - 1 file changed, 1 deletion(-) (limited to 'gis/Geohash/Geohash.SlackBuild') diff --git a/gis/Geohash/Geohash.SlackBuild b/gis/Geohash/Geohash.SlackBuild index 6100ab1625b3..fa6261b004f2 100644 --- a/gis/Geohash/Geohash.SlackBuild +++ b/gis/Geohash/Geohash.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