From c915382fe3a4e93bfc74e36adeaea3194a89498f Mon Sep 17 00:00:00 2001 From: Audrius Kažukauskas Date: Mon, 31 Mar 2014 09:17:06 +0700 Subject: python/pip: Remove Python3 support. Signed-off-by: Willy Sudiarto Raharjo --- python/pip/pip.SlackBuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'python/pip') diff --git a/python/pip/pip.SlackBuild b/python/pip/pip.SlackBuild index 531d2a77ea..5fbafd7fe9 100644 --- a/python/pip/pip.SlackBuild +++ b/python/pip/pip.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=pip VERSION=${VERSION:-1.5.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -57,11 +57,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 - # Add bash completion file. install -D -m 644 $CWD/pip.sh $PKG/usr/share/bash-completion/completions/pip -- cgit v1.2.3