From fd7ae9710f6e53dd8a5616b33fb677b74a47d803 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 3 Jan 2017 08:24:23 +0200 Subject: python/python-distro: Add python3 support. Signed-off-by: Dimitris Zlatanidis --- python/python-distro/python-distro.SlackBuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python/python-distro/python-distro.SlackBuild') diff --git a/python/python-distro/python-distro.SlackBuild b/python/python-distro/python-distro.SlackBuild index d6216fd8ab..d894c064be 100644 --- a/python/python-distro/python-distro.SlackBuild +++ b/python/python-distro/python-distro.SlackBuild @@ -72,6 +72,11 @@ find -L . \ python setup.py install --root=$PKG +# Python 3 support. +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 -- cgit v1.2.3