From 4db453219de40fbaaf8d7560218e71cd1a11b432 Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Wed, 25 Jan 2017 21:20:44 -0500 Subject: [PATCH] bootstrap: remove --no-use-wheel from setuptools pip line This breakage is cascading through the branches. Signed-off-by: Matt Benjamin --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 9101f83..95f2f1d 100755 --- a/bootstrap +++ b/bootstrap @@ -33,7 +33,7 @@ virtualenv --no-site-packages --distribute virtualenv ./virtualenv/bin/pip install --upgrade pip # work-around change in pip 1.5 -./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade +./virtualenv/bin/pip install setuptools --upgrade ./virtualenv/bin/pip install -r requirements.txt