It is no longer used for anything, nor does it seem to be
needed in the modern world of get-pip.py.
Change-Id: I5554514dd862a2004454daf295abbcf9cf9f2bfb
| ... | ... |
@@ -10,7 +10,6 @@ |
| 10 | 10 |
|
| 11 | 11 |
# ``stack.sh`` calls the entry points in this order: |
| 12 | 12 |
# |
| 13 |
-# - unfubar_setuptools |
|
| 14 | 13 |
# - install_infra |
| 15 | 14 |
|
| 16 | 15 |
# Save trace setting |
| ... | ... |
@@ -26,19 +25,6 @@ REQUIREMENTS_DIR=$DEST/requirements |
| 26 | 26 |
# Entry Points |
| 27 | 27 |
# ------------ |
| 28 | 28 |
|
| 29 |
-# unfubar_setuptools() - Unbreak the giant mess that is the current state of setuptools |
|
| 30 |
-function unfubar_setuptools {
|
|
| 31 |
- # this is a giant game of who's on first, but it does consistently work |
|
| 32 |
- # there is hope that upstream python packaging fixes this in the future |
|
| 33 |
- echo_summary "Unbreaking setuptools" |
|
| 34 |
- pip_install -U setuptools |
|
| 35 |
- pip_install -U pip |
|
| 36 |
- uninstall_package python-setuptools |
|
| 37 |
- pip_install -U setuptools |
|
| 38 |
- pip_install -U pip |
|
| 39 |
-} |
|
| 40 |
- |
|
| 41 |
- |
|
| 42 | 29 |
# install_infra() - Collect source and prepare |
| 43 | 30 |
function install_infra {
|
| 44 | 31 |
# bring down global requirements |