summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Arn02022-03-08 23:01:13 +0100
committer Willy Sudiarto Raharjo2022-03-09 03:49:42 +0100
commit671796db20e4eba791c537abce15033b90db2848 (patch)
tree8695682a6b38097ad7a829260fa7b348a6c8b481 /python
parent62813967fc0e1401419e1e0d34d21cd809cf0dc0 (diff)
downloadslackbuilds-671796db20e4eba791c537abce15033b90db2848.tar.gz
python/dulwich: Removes python3 support for older version, conflicting with python3-dulwich
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/dulwich/dulwich.SlackBuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/dulwich/dulwich.SlackBuild b/python/dulwich/dulwich.SlackBuild
index 83da8cefd7..5381c7fc82 100644
--- a/python/dulwich/dulwich.SlackBuild
+++ b/python/dulwich/dulwich.SlackBuild
@@ -67,11 +67,6 @@ find -L . \
python setup.py install --root=$PKG
-# Python 3 support.
-if $(python3 -c 'import sys' 2>/dev/null); then
- python3 setup.py install --root=$PKG
-fi
-
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