diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-03-10 21:54:07 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:18:57 -0500 |
commit | abee85f0ea483328168bd25d39cc48154024972f (patch) | |
tree | b88d2ea0bd5f3f4ccfc01a346ae427a1b7598752 /python/dnspython/dnspython.SlackBuild | |
parent | c0f54184fbc1248695fe4c9362872ba70bd341fa (diff) |
python/dnspython: Disable python3 support.
python-dnspython in current takes care of that
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/dnspython/dnspython.SlackBuild')
-rw-r--r-- | python/dnspython/dnspython.SlackBuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/dnspython/dnspython.SlackBuild b/python/dnspython/dnspython.SlackBuild index 65c379b04e14e..d00088abfa1e2 100644 --- a/python/dnspython/dnspython.SlackBuild +++ b/python/dnspython/dnspython.SlackBuild @@ -57,10 +57,6 @@ find -L . \ python setup.py install --root=$PKG -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 |