diff options
author | 2022-05-06 16:42:16 +0200 | |
---|---|---|
committer | 2023-05-27 10:13:46 +0200 | |
commit | 279f8136af4a3ce3129c4966e2d5ed729659b488 (patch) | |
tree | 60397c8d7f2cfede3d2deaedc2f86e6c2bfc6c82 | |
parent | 5f0dbb7bfc6471bf497a49a7721db448a82e8b96 (diff) | |
download | slackbuilds-pytz.tar.gz |
python/pytz: Removed the python3 bit.pytz
...added to Slackware as python-pytz
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | python/pytz/pytz.SlackBuild | 1 |
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 |