Merge "Do not remove python-pip package on Fedora-23"

This commit is contained in:
Jenkins 2015-11-12 18:37:30 +00:00 committed by Gerrit Code Review
commit 808c2ab90a

View File

@ -110,7 +110,11 @@ get_versions
# Do pip
# Eradicate any and all system packages
uninstall_package python-pip
# python in f23 depends on the python-pip package
if ! { is_fedora && [[ $DISTRO == "f23" ]]; }; then
uninstall_package python-pip
fi
install_get_pip