Skip to content

Commit

Permalink
Remove "--allow-hosts None" because it magically makes things work
Browse files Browse the repository at this point in the history
Fixes: 12302
Signed-off-by: Dan Mick <dan.mick@redhat.com>
  • Loading branch information
dmick committed Jul 14, 2015
1 parent 474bfd2 commit 5f34b35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bootstrap
Expand Up @@ -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

0 comments on commit 5f34b35

Please sign in to comment.