]> git-server-git.apps.pok.os.sepia.ceph.com Git - ragweed.git/commitdiff
bootstrap: pin setuptools version
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 24 Feb 2017 19:38:54 +0000 (11:38 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 24 Feb 2017 19:38:54 +0000 (11:38 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
bootstrap

index c845f0f0f17e82868c0058074f56af6e0e48e9b4..e3149b16ccc8b0d91f5ec2256627c8e42f0b8a86 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -33,7 +33,7 @@ virtualenv --system-site-packages --distribute virtualenv
 # work-around change in pip 1.5
 ./virtualenv/bin/pip install six
 ./virtualenv/bin/pip install -I nose
-./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade
+./virtualenv/bin/pip install setuptools==32.3.1
 
 ./virtualenv/bin/pip install -U -r requirements.txt