Merge pull request #66 from ceph/wip-12302

Remove "--allow-hosts None" because it magically makes things work
This commit is contained in:
Zack Cerza 2015-07-14 11:58:50 -06:00
commit 2cf6908e15

View file

@ -39,5 +39,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