diff options
Diffstat (limited to 'source/d/python-setuptools')
-rwxr-xr-x | source/d/python-setuptools/python-setuptools.SlackBuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/d/python-setuptools/python-setuptools.SlackBuild b/source/d/python-setuptools/python-setuptools.SlackBuild index c44ac34f5..366b4f9c5 100755 --- a/source/d/python-setuptools/python-setuptools.SlackBuild +++ b/source/d/python-setuptools/python-setuptools.SlackBuild @@ -75,12 +75,6 @@ rm -f setuptools/*.exe python3 setup.py install --root=$PKG || exit 1 -# Drop the python3 version of easy_install so the python 2.7 -# one is installed. We prefer that one to be the default for now. -rm -rf $PKG/usr/bin/easy_install - -python setup.py install --root=$PKG || exit 1 - mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a CHANGES.rst PKG-INFO README.rst docs/*.txt \ $PKG/usr/doc/$PKGNAM-$VERSION |