summaryrefslogtreecommitdiffstats
path: root/python/PyGithub
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-15 16:28:23 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-19 18:40:08 +0700
commitda3feaf44fc66a49c6ee28e1bd60d536a4b23c5c (patch)
tree795f4e315efc150eef936941801fde9fc966a30a /python/PyGithub
parentda43b6bc8c57ae46739a08f3c83c184b60417a3f (diff)
downloadslackbuilds-da3feaf44fc66a49c6ee28e1bd60d536a4b23c5c.tar.gz
slackbuilds-da3feaf44fc66a49c6ee28e1bd60d536a4b23c5c.tar.xz
python/PyGithub: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyGithub')
-rw-r--r--python/PyGithub/PyGithub.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/PyGithub/PyGithub.SlackBuild b/python/PyGithub/PyGithub.SlackBuild
index 752da1be70..e9802e867a 100644
--- a/python/PyGithub/PyGithub.SlackBuild
+++ b/python/PyGithub/PyGithub.SlackBuild
@@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-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