]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
Added pip 1.5 workaround.
authorSandon Van Ness <sandon@inktank.com>
Fri, 10 Jan 2014 03:09:39 +0000 (19:09 -0800)
committerSandon Van Ness <sandon@inktank.com>
Fri, 10 Jan 2014 03:09:39 +0000 (19:09 -0800)
Setuptools needs to be upgraded with --no-use-wheel. A change we
already were using in other projects.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
bootstrap

index e5b2e61b36849ab448021fcc6686565a399ef9db..8571f6c2d81ed297c79c27c54b4a0c457f6575eb 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -32,6 +32,9 @@ virtualenv --no-site-packages --distribute virtualenv
 # avoid pip bugs
 ./virtualenv/bin/pip install --upgrade pip
 
+# work-around change in pip 1.5
+./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade
+
 ./virtualenv/bin/pip install -r requirements.txt
 
 # forbid setuptools from using the network because it'll try to use