Browse code

Ensure we install setuptools from requirements

Use pip_install_gr so we get the version pinned by requirements. The
depends-on is an example of where we're trying to pin to workaround
issues.

Depends-On: I9c57c08a150571c5bb62235d502839394d53a4c1
Change-Id: I780cca681b12a3e9d228dbf2fd9fa6e8ab1a82e1

Ian Wienand authored on 2017/02/27 09:19:40
Showing 1 changed files
... ...
@@ -144,6 +144,9 @@ if [[ -n $PYPI_ALTERNATIVE_URL ]]; then
144 144
 fi
145 145
 
146 146
 set -x
147
-pip_install -U setuptools
147
+
148
+# Note setuptools is part of requirements.txt and we want to make sure
149
+# we obey any versioning as described there.
150
+pip_install_gr setuptools
148 151
 
149 152
 get_versions