From 2191f838a718049b3ba3be42f3aef8a970ff4278 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 18 Dec 2014 22:13:13 +0000 Subject: [PATCH] Revert "Revert "Pin version of setuptools"" This reverts commit b7ebc4765a327e97837f2f6696682859eb77a93d. We weren't quite ready yet... :/ Change-Id: Idccc4b79a700ca34a80f590e942e1647cdfdefb0 --- tools/install_pip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_pip.sh b/tools/install_pip.sh index 55ef93e44d..c9119ae410 100755 --- a/tools/install_pip.sh +++ b/tools/install_pip.sh @@ -83,6 +83,6 @@ if [[ -n $PYPI_ALTERNATIVE_URL ]]; then configure_pypi_alternative_url fi -pip_install -U setuptools +pip_install -U "setuptools<8.0" get_versions