From 038b63569eba9b01a83f4a2d0a8f5d6d1aa47694 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 14 Jul 2015 10:19:37 -0700 Subject: [PATCH] Remove "--allow-hosts None" because it magically makes things work Fixes: 12302 Signed-off-by: Dan Mick (cherry picked from commit 5f34b358fc7f9e76ff51f0d47208780fd41f73a9) --- bootstrap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index 8571f6c..9101f83 100755 --- a/bootstrap +++ b/bootstrap @@ -41,5 +41,4 @@ virtualenv --no-site-packages --distribute virtualenv # easy_install, and we really wanted pip; next line will fail if pip # requirements.txt does not match setup.py requirements -- sucky but # good enough for now -./virtualenv/bin/python setup.py develop \ - --allow-hosts None +./virtualenv/bin/python setup.py develop