From 4fa9eb84db445c775d33e696a3e8de24108d3263 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 4 Jan 2018 08:17:34 +0700 Subject: python/pyaes: Add python3 support. Signed-off-by: Willy Sudiarto Raharjo --- python/pyaes/pyaes.SlackBuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/pyaes/pyaes.SlackBuild') diff --git a/python/pyaes/pyaes.SlackBuild b/python/pyaes/pyaes.SlackBuild index 6e072aa65947..17ec8015dbe0 100644 --- a/python/pyaes/pyaes.SlackBuild +++ b/python/pyaes/pyaes.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 -- cgit v1.2.3