From 01963c06a27bcd26d2880e4553422b598daa1215 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 17 Dec 2014 03:27:41 +0000 Subject: [PATCH] Revert "Pin version of setuptools" This reverts commit d935a862895c8d7095774b4093879acd6e5ab09d. The blockers for setuptools 8 compatibility should all be resolved now. Change-Id: I39b0103a999690ec63ab6963af4962c070ee8768 --- install_puppet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_puppet.sh b/install_puppet.sh index b21f164a54..99ae790986 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -210,7 +210,7 @@ function setup_pip { fi python get-pip.py - pip install -U "setuptools<8.0" + pip install -U setuptools } setup_pip