From 45f0c36af28e803251cd3e78708fedfbdf030fa4 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Sat, 15 May 2021 16:28:24 +0100 Subject: python/apprise: Convert python to python2. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/apprise/apprise.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/apprise/apprise.SlackBuild b/python/apprise/apprise.SlackBuild index fc5943a8c8..88c546e579 100644 --- a/python/apprise/apprise.SlackBuild +++ b/python/apprise/apprise.SlackBuild @@ -70,7 +70,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; export PYTHONHASHSEED=0 -python setup.py install --root=$PKG +python2 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