summaryrefslogtreecommitdiffstats
path: root/development/pandas/pandas.SlackBuild
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2024-09-06 21:26:56 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-07 23:44:38 +0700
commit784a772a0fc39bd9b44d4d69f2faa0d4dd52ae9a (patch)
tree151ffada4c3d6175c35a2729e3b6df0a8829ab18 /development/pandas/pandas.SlackBuild
parent6f001ee96084c094d16968dc76b318b825c206d5 (diff)
downloadslackbuilds-784a772a0fc39bd9b44d4d69f2faa0d4dd52ae9a.tar.gz
slackbuilds-784a772a0fc39bd9b44d4d69f2faa0d4dd52ae9a.tar.xz
development/pandas: Rename pytz dependency (+convert python to python2)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pandas/pandas.SlackBuild')
-rw-r--r--development/pandas/pandas.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/pandas/pandas.SlackBuild b/development/pandas/pandas.SlackBuild
index 4a4dacb241..ce5c2fc766 100644
--- a/development/pandas/pandas.SlackBuild
+++ b/development/pandas/pandas.SlackBuild
@@ -79,7 +79,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