summaryrefslogtreecommitdiff
path: root/python/waitress/waitress.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/waitress/waitress.SlackBuild')
-rw-r--r--python/waitress/waitress.SlackBuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/waitress/waitress.SlackBuild b/python/waitress/waitress.SlackBuild
index 5317224980..5c0bedc8ec 100644
--- a/python/waitress/waitress.SlackBuild
+++ b/python/waitress/waitress.SlackBuild
@@ -81,11 +81,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