Split pip and setuptools install to 2 calls
[releng/global-jjb.git] / shell / python-tools-install.sh
index f1918aa..298464d 100644 (file)
@@ -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.0.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