]> git-server-git.apps.pok.os.sepia.ceph.com Git - ragweed.git/commitdiff
rgw: ragweed: fix virtualenv error unrecognized argument --distribute 22/head
authorMark Kogan <mkogan@redhat.com>
Wed, 28 Apr 2021 09:59:51 +0000 (12:59 +0300)
committerMark Kogan <mkogan@redhat.com>
Wed, 28 Apr 2021 09:59:51 +0000 (12:59 +0300)
Fixes: https://tracker.ceph.com/issues/50553
Signed-off-by: Mark Kogan <mkogan@redhat.com>
bootstrap

index f071a41d00aed0e6203dfb74c86e9cb69f425add..68d42f3e3480cf5a4dd81bafe89dce92fce0b64c 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -27,7 +27,7 @@ if [ -f /etc/redhat-release ]; then
 fi
 
 sudo pip3 install --upgrade --trusted-host apt-mirror.front.sepia.ceph.com  setuptools cffi cachecontrol # address pip issue: https://github.com/pypa/pip/issues/6264
-virtualenv -p python3 --system-site-packages --download --distribute virtualenv
+virtualenv -p python3 --system-site-packages --download virtualenv
 
 # avoid pip bugs
 ./virtualenv/bin/pip install --upgrade pip