summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2022-05-06 16:38:14 +0200
committer Matteo Bernardini2024-04-05 21:05:38 +0200
commit86657acc44f92af8bfe0dbe180a40305902b9482 (patch)
treebea5172d7c618355a83fa8fb8f5be9b08f3692c4
parentca3cfecb6f0115a65c4c9ecc03fa1f7aa1c840a3 (diff)
downloadslackbuilds-imagesize.tar.gz
python/imagesize: Removed the python3 bit.imagesize
...added to Slackware as python-imagesize Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--python/imagesize/imagesize.SlackBuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/imagesize/imagesize.SlackBuild b/python/imagesize/imagesize.SlackBuild
index bf2370fa93..9d860915b6 100644
--- a/python/imagesize/imagesize.SlackBuild
+++ b/python/imagesize/imagesize.SlackBuild
@@ -81,10 +81,6 @@ find -L . \
python setup.py install --root=$PKG
-if python3 -c 'import sys' 2>/dev/null; then
- python3 setup.py install --root=$PKG
-fi
-
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