From 7bb6c65895a8530d8917c1ec9e1974caf8c4fdf1 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 27 Jan 2016 11:21:25 -0700 Subject: [PATCH] Drop --no-use-wheel when invoking pip Signed-off-by: Zack Cerza --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 02023f53d..ffc4fa632 100755 --- a/bootstrap +++ b/bootstrap @@ -109,6 +109,6 @@ fi # Upgrade pip first ./virtualenv/bin/pip install --upgrade pip -./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade +./virtualenv/bin/pip install setuptools --upgrade ./virtualenv/bin/pip install --upgrade -r requirements.txt -- 2.47.3