From a849b171fe0b7e6529dd54383653944718ce547c Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 10 Jan 2018 06:11:59 +0700 Subject: python/google-apputils: Add python3 support. Signed-off-by: Willy Sudiarto Raharjo --- python/google-apputils/google-apputils.SlackBuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/google-apputils') diff --git a/python/google-apputils/google-apputils.SlackBuild b/python/google-apputils/google-apputils.SlackBuild index b808fa68e9..96fd672f4b 100644 --- a/python/google-apputils/google-apputils.SlackBuild +++ b/python/google-apputils/google-apputils.SlackBuild @@ -57,6 +57,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 -- cgit v1.2.3