Merge "Remove reinstall of RPMs"

This commit is contained in:
Zuul 2019-04-16 13:06:34 +00:00 committed by Gerrit Code Review
commit 8f22e54550
1 changed files with 0 additions and 2 deletions

View File

@ -46,10 +46,8 @@ $(python_cmd) -m pip --version || \
(curl -s "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"; sudo $(python_cmd) get-pip.py)
if [ "$(python_cmd)" == "python3" ]; then
sudo $(package_manager) reinstall python3-setuptools
sudo $(package_manager) install python3-setuptools python3-requests python3-urllib3 python3-PyYAML shyaml
else
sudo $(package_manager) reinstall python2-setuptools
sudo $(package_manager) install python2-setuptools python2-requests python-requests python-urllib3 PyYAML
fi