summaryrefslogtreecommitdiffstats
path: root/python/ndg_httpsclient
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-15 16:28:41 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-19 18:40:17 +0700
commitb070d6a774621628481c3a4d86c65e170db42086 (patch)
treeab2289a67602ffd6a06cee075ec7aa4d5e9d4cfb /python/ndg_httpsclient
parent889c7f6f945f4e952dc9ebc809878102f3e03c9d (diff)
downloadslackbuilds-b070d6a774621628481c3a4d86c65e170db42086.tar.gz
slackbuilds-b070d6a774621628481c3a4d86c65e170db42086.tar.xz
python/ndg_httpsclient: 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/ndg_httpsclient')
-rw-r--r--python/ndg_httpsclient/ndg_httpsclient.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ndg_httpsclient/ndg_httpsclient.SlackBuild b/python/ndg_httpsclient/ndg_httpsclient.SlackBuild
index fc189be50e..e5997ba74d 100644
--- a/python/ndg_httpsclient/ndg_httpsclient.SlackBuild
+++ b/python/ndg_httpsclient/ndg_httpsclient.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