]> git-server-git.apps.pok.os.sepia.ceph.com Git - ragweed.git/commitdiff
bootstrap: install the latest setuptools supporting py2.7 ceph-mimic
authorKefu Chai <tchaikov@gmail.com>
Mon, 25 May 2020 05:18:13 +0000 (13:18 +0800)
committerCasey Bodley <cbodley@redhat.com>
Thu, 4 Jun 2020 15:19:26 +0000 (11:19 -0400)
Fixes: https://tracker.ceph.com/issues/45691
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 65606fea147700faffe63aa40c6db151a5435644)

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