summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2022-05-06 16:42:16 +0200
committer Matteo Bernardini2022-05-07 09:35:10 +0200
commit878f2f02ccf7f060f9dac9a32de9128e2fa8cf60 (patch)
tree53ca58a8ab159446f6135a8ed90846b65d2a8843
parentb4e51f0fc287a99f62e698612816f9bb201721f5 (diff)
downloadslackbuilds-878f2f02ccf7f060f9dac9a32de9128e2fa8cf60.tar.gz
python/pytz: Removed the python3 bit.
...added to Slackware as python-pytz Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--python/pytz/pytz.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/pytz/pytz.SlackBuild b/python/pytz/pytz.SlackBuild
index 2d4da870cc..d4cbd825a3 100644
--- a/python/pytz/pytz.SlackBuild
+++ b/python/pytz/pytz.SlackBuild
@@ -66,7 +66,6 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python 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 \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true