]> git.proxmox.com Git - ceph.git/blobdiff - ceph/install-deps.sh
update ceph source to reef 18.2.0
[ceph.git] / ceph / install-deps.sh
index 4eb757f6b7d73083fd7a5623e5701faca6684f30..e9dae008e289f04ddd02ec252c352048e001cc18 100755 (executable)
@@ -477,10 +477,7 @@ function populate_wheelhouse() {
     pip $PIP_OPTS $install \
       'setuptools >= 0.8' 'pip >= 21.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
     if test $# != 0 ; then
-        # '--use-feature=fast-deps --use-deprecated=legacy-resolver' added per
-        # https://github.com/pypa/pip/issues/9818 These should be able to be
-        # removed at some point in the future.
-        pip --use-feature=fast-deps --use-deprecated=legacy-resolver $PIP_OPTS $install $@ || return 1
+        pip $PIP_OPTS $install $@ || return 1
     fi
 }