]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: install newer version of pip 43206/head
authorMatan Breizman <Matan.Brz@gmail.com>
Fri, 17 Sep 2021 13:35:28 +0000 (13:35 +0000)
committerMatan Breizman <Matan.Brz@gmail.com>
Fri, 17 Sep 2021 13:35:28 +0000 (13:35 +0000)
although pip comes with virtualenv, having a recent version of pip matters to use wheel packages.

Signed-off-by: Matan Breizman <Matan.Brz@gmail.com>
install-deps.sh

index c5dd7df5a94c87a7c082bbdd6d50112a6e22fda4..24fed0b33e33d3a6807fbbc8d29ff4596527da7c 100755 (executable)
@@ -419,7 +419,7 @@ function populate_wheelhouse() {
     # of pip matters when it comes to using wheel packages
     PIP_OPTS="--timeout 300 --exists-action i"
     pip $PIP_OPTS $install \
-      'setuptools >= 0.8' 'pip >= 7.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
+      'setuptools >= 0.8' 'pip >= 21.0' 'wheel >= 0.24' 'tox >= 2.9.1' || return 1
     if test $# != 0 ; then
         pip $PIP_OPTS $install $@ || return 1
     fi