X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpython-tools-install.sh;fp=shell%2Fpython-tools-install.sh;h=c607dcb7b8c5efb3c933a0244c710aa793e76ebe;hb=a69d4e3a1b365a4745301ee41c86ee25768c8618;hp=dbfa1310c1801b17fe97b91d15af1ed3f0bb3d19;hpb=89f292cb641869b287df79983fd35e93d8db9db7;p=releng%2Fglobal-jjb.git diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index dbfa1310..c607dcb7 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -20,6 +20,7 @@ python-openstackclient~=3.16.0 EOF # Use `python -m pip` to ensure we are using the latest version of pip -python -m pip install --user --quiet --upgrade pip~=18.0 setuptools~=40.2.0 +python -m pip install --user --quiet --upgrade pip +python -m pip install --user --quiet --upgrade setuptools python -m pip install --user --quiet --upgrade -r "$REQUIREMENTS_FILE" pip freeze