From 6016f5c6381cb51d761b704d58fdf732de747f94 Mon Sep 17 00:00:00 2001 From: Arn0 Date: Wed, 9 Mar 2022 00:04:50 +0100 Subject: python/waitress: removed python3 support in favor of python3-waitress Signed-off-by: Willy Sudiarto Raharjo --- python/waitress/waitress.SlackBuild | 5 ----- 1 file changed, 5 deletions(-) (limited to 'python') 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 -- cgit v1.2.3