]> git-server-git.apps.pok.os.sepia.ceph.com Git - ragweed.git/commitdiff
rgw: ragweed: fix virtualenv error unrecognized argument --distribute
authorMark Kogan <mkogan@redhat.com>
Wed, 28 Apr 2021 09:59:51 +0000 (12:59 +0300)
committerCasey Bodley <cbodley@redhat.com>
Wed, 30 Mar 2022 18:05:43 +0000 (14:05 -0400)
Fixes: https://tracker.ceph.com/issues/50553
Signed-off-by: Mark Kogan <mkogan@redhat.com>
(cherry picked from commit f514013dc1b03d3c4a8b4293ab5eb4b08fd6dee2)
(cherry picked from commit c50b92bc237e9520a0d86ed05eea306a68c193b9)

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