summaryrefslogtreecommitdiff
path: root/python/waitress/waitress.SlackBuild
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-03-09 00:04:50 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 12:49:22 +0700
commit6016f5c6381cb51d761b704d58fdf732de747f94 (patch)
tree211d21d40fbadc67cd6bdb6e15135af7df33b4a9 /python/waitress/waitress.SlackBuild
parent0727d8427a813d03f1437f7b62e35e2677336288 (diff)
downloadslackbuilds-6016f5c6381cb51d761b704d58fdf732de747f94.tar.gz
python/waitress: removed python3 support in favor of python3-waitress
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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