Merge pull request #82 from ceph/wip-12302-dumpling

Remove "--allow-hosts None" because it magically makes things work
This commit is contained in:
Yuri Weinstein 2015-10-09 10:16:13 -07:00
commit 4be776920e

View file

@ -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