diff --git a/install_puppet.sh b/install_puppet.sh index 58a37cc50b..ae70683613 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -118,7 +118,7 @@ function setup_puppet_fedora { # package; clear it out and re-install from pip. This way, the # package is installed for dependencies, and we have a pip-managed # requests with correctly vendored sub-packages. - sudo ${YUM} install -y python-requests + sudo ${YUM} install -y python2-requests sudo rm -rf /usr/lib/python2.7/site-packages/requests/* sudo rm -rf /usr/lib/python2.7/site-packages/requests-*.{egg,dist}-info sudo pip install requests