summaryrefslogtreecommitdiffstats
path: root/python/setuptools-scm-git-archive
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-15 16:28:50 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-19 18:40:21 +0700
commitca34c9e1a5d207814995927fc461a360e9e39868 (patch)
treecd1c92b792cad3d6869f5843c702c7397f92e0bb /python/setuptools-scm-git-archive
parent6bb0ade86d72d8199fc03fbc1a20692253070462 (diff)
downloadslackbuilds-ca34c9e1a5d207814995927fc461a360e9e39868.tar.gz
slackbuilds-ca34c9e1a5d207814995927fc461a360e9e39868.tar.xz
python/setuptools-scm-git-archive: 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/setuptools-scm-git-archive')
-rw-r--r--python/setuptools-scm-git-archive/setuptools-scm-git-archive.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setuptools-scm-git-archive/setuptools-scm-git-archive.SlackBuild b/python/setuptools-scm-git-archive/setuptools-scm-git-archive.SlackBuild
index db7f281481..7008e37355 100644
--- a/python/setuptools-scm-git-archive/setuptools-scm-git-archive.SlackBuild
+++ b/python/setuptools-scm-git-archive/setuptools-scm-git-archive.SlackBuild
@@ -70,7 +70,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