summaryrefslogtreecommitdiffstats
path: root/source/d/python-pip/python-pip.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/python-pip/python-pip.SlackBuild')
-rwxr-xr-xsource/d/python-pip/python-pip.SlackBuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/d/python-pip/python-pip.SlackBuild b/source/d/python-pip/python-pip.SlackBuild
index c4171e8b2..1ee81c396 100755
--- a/source/d/python-pip/python-pip.SlackBuild
+++ b/source/d/python-pip/python-pip.SlackBuild
@@ -63,12 +63,6 @@ find -L . \
python3 setup.py install --root=$PKG || exit 1
-# Drop the python3 version of pip so the python 2.7
-# one is installed. We prefer that one to be the default for now.
-rm -rf $PKG/usr/bin/pip
-
-python setup.py install --root=$PKG || exit 1
-
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cp -a *.txt PKG-INFO README.rst \
$PKG/usr/doc/$PKGNAM-$VERSION