From e4d7f1e0db82e71cae70434b3669d5c0f24e7a0a Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 3 Jun 2019 09:07:53 +0700 Subject: python/pyserial: Added python3 support by default. Signed-off-by: Willy Sudiarto Raharjo --- python/pyserial/pyserial.SlackBuild | 1 + 1 file changed, 1 insertion(+) (limited to 'python/pyserial') diff --git a/python/pyserial/pyserial.SlackBuild b/python/pyserial/pyserial.SlackBuild index 84149096f3..e2d01887c2 100644 --- a/python/pyserial/pyserial.SlackBuild +++ b/python/pyserial/pyserial.SlackBuild @@ -72,6 +72,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG +python3 setup.py install --root=$PKG 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