Merge "Do not remove python-pip package on Fedora-23"
This commit is contained in:
commit
808c2ab90a
@ -110,7 +110,11 @@ get_versions
|
||||
# Do pip
|
||||
|
||||
# Eradicate any and all system packages
|
||||
|
||||
# python in f23 depends on the python-pip package
|
||||
if ! { is_fedora && [[ $DISTRO == "f23" ]]; }; then
|
||||
uninstall_package python-pip
|
||||
fi
|
||||
|
||||
install_get_pip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user