From b7ebc4765a327e97837f2f6696682859eb77a93d Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 17 Dec 2014 03:32:42 +0000 Subject: [PATCH] Revert "Pin version of setuptools" This reverts commit 3b782d304ec2073a6406c37b9e1a76c8aecfc9a3. The blockers for setuptools 8 compatibility should all be resolved now. Change-Id: I6d2d63746f98f0f885816395f36022a2706fb9c5 --- 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 c9119ae410..55ef93e44d 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<8.0" +pip_install -U setuptools get_versions