diff options
Diffstat (limited to 'python/py3sensors/py3sensors.SlackBuild')
-rw-r--r-- | python/py3sensors/py3sensors.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/python/py3sensors/py3sensors.SlackBuild b/python/py3sensors/py3sensors.SlackBuild index 0afbd01b28..4ee9b2de94 100644 --- a/python/py3sensors/py3sensors.SlackBuild +++ b/python/py3sensors/py3sensors.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=py3sensors SRCNAM=gleb_zhulik-$PRGNAM VERSION=${VERSION:-0cf96f4e2cfe} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -66,11 +66,6 @@ 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 |