From 158bd88bb66cd3f15720c756b83d9917a4732897 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 24 Feb 2017 11:38:54 -0800 Subject: [PATCH] bootstrap: pin setuptools version Signed-off-by: Yehuda Sadeh --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index c845f0f..e3149b1 100755 --- a/bootstrap +++ b/bootstrap @@ -33,7 +33,7 @@ virtualenv --system-site-packages --distribute virtualenv # work-around change in pip 1.5 ./virtualenv/bin/pip install six ./virtualenv/bin/pip install -I nose -./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade +./virtualenv/bin/pip install setuptools==32.3.1 ./virtualenv/bin/pip install -U -r requirements.txt -- 2.47.3