From abee85f0ea483328168bd25d39cc48154024972f Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 10 Mar 2021 21:54:07 +0100 Subject: python/dnspython: Disable python3 support. python-dnspython in current takes care of that Signed-off-by: Matteo Bernardini --- python/dnspython/dnspython.SlackBuild | 4 ---- 1 file changed, 4 deletions(-) (limited to 'python/dnspython/dnspython.SlackBuild') diff --git a/python/dnspython/dnspython.SlackBuild b/python/dnspython/dnspython.SlackBuild index 65c379b04e..d00088abfa 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 -- cgit v1.2.3