Merge "Remove unfubar_setuptools"

This commit is contained in:
Jenkins 2014-07-24 20:08:07 +00:00 committed by Gerrit Code Review
commit b13ebee873

View File

@ -10,7 +10,6 @@
# ``stack.sh`` calls the entry points in this order:
#
# - unfubar_setuptools
# - install_infra
# Save trace setting
@ -26,19 +25,6 @@ REQUIREMENTS_DIR=$DEST/requirements
# Entry Points
# ------------
# unfubar_setuptools() - Unbreak the giant mess that is the current state of setuptools
function unfubar_setuptools {
# this is a giant game of who's on first, but it does consistently work
# there is hope that upstream python packaging fixes this in the future
echo_summary "Unbreaking setuptools"
pip_install -U setuptools
pip_install -U pip
uninstall_package python-setuptools
pip_install -U setuptools
pip_install -U pip
}
# install_infra() - Collect source and prepare
function install_infra {
# bring down global requirements