]> git-server-git.apps.pok.os.sepia.ceph.com Git - ragweed.git/commitdiff
bootstrap: install the latest setuptools supporting py2.7 8/head
authorKefu Chai <tchaikov@gmail.com>
Mon, 25 May 2020 05:18:13 +0000 (13:18 +0800)
committerKefu Chai <tchaikov@gmail.com>
Mon, 25 May 2020 05:18:15 +0000 (13:18 +0800)
Fixes: https://tracker.ceph.com/issues/45691
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
bootstrap

index e3149b16ccc8b0d91f5ec2256627c8e42f0b8a86..969a28404e82c2d56a3accfc23724463a43584e9 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -33,7 +33,8 @@ 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==32.3.1
+# latest setuptools supporting python 2.7
+./virtualenv/bin/pip install setuptools==44.1.0
 
 ./virtualenv/bin/pip install -U -r requirements.txt