diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/idna/idna.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/idna/idna.SlackBuild b/python/idna/idna.SlackBuild index c8a3b3f942b2..9072121cfdb2 100644 --- a/python/idna/idna.SlackBuild +++ b/python/idna/idna.SlackBuild @@ -71,6 +71,10 @@ 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 |