]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tools: remove installation for distribute. It is no longer maintained and breaks...
authorAlfredo Deza <adeza@redhat.com>
Wed, 20 Apr 2016 19:48:19 +0000 (15:48 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 20 Apr 2016 19:48:19 +0000 (15:48 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/tools/setup-virtualenv.sh

index 9ff2d26852b1f3b14410d1042de11985d630a65b..0b8868865717c4849e1f981853daf01903bef0ea 100755 (executable)
@@ -26,7 +26,7 @@ pip --log $DIR/log.txt install --upgrade 'pip >= 6.1'
 if test -d wheelhouse ; then
     export NO_INDEX=--no-index
 fi
-pip --log $DIR/log.txt install $NO_INDEX --use-wheel --find-links=file://$(pwd)/wheelhouse --upgrade distribute
+
 pip --log $DIR/log.txt install $NO_INDEX --use-wheel --find-links=file://$(pwd)/wheelhouse 'tox >=1.9'
 if test -f requirements.txt ; then
     pip --log $DIR/log.txt install $NO_INDEX --use-wheel --find-links=file://$(pwd)/wheelhouse -r requirements.txt