]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/setup-virtualenv.sh
update sources to v12.1.0
[ceph.git] / ceph / src / tools / setup-virtualenv.sh
index 444b967368ed61b5442fd207e77813e4f6172f8c..c7680b9558b941d1ec931478defa9128b39a630f 100755 (executable)
@@ -31,6 +31,9 @@ fi
 # when using wheel packages
 pip $DISABLE_PIP_VERSION_CHECK --log $DIR/log.txt install --upgrade 'pip >= 6.1'
 
+# workaround of https://github.com/pypa/setuptools/issues/1042
+pip $DISABLE_PIP_VERSION_CHECK --log $DIR/log.txt install --upgrade "setuptools < 36"
+
 if pip --help | grep -q disable-pip-version-check; then
     DISABLE_PIP_VERSION_CHECK=--disable-pip-version-check
 else