diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-03-31 09:17:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-31 09:17:06 +0700 |
commit | c915382fe3a4e93bfc74e36adeaea3194a89498f (patch) | |
tree | 97a204c3d17cffebaea8fbacc7e02a3270d9ac22 | |
parent | 68f90841b5cef71c32027576c5581fe942da1a24 (diff) | |
download | slackbuilds-c915382fe3a4e93bfc74e36adeaea3194a89498f.tar.gz |
python/pip: Remove Python3 support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pip/pip.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
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 |