remove the manual install of openstack-skeleton since openstack.common is now in pip-requires

This commit is contained in:
Jason Kölker 2011-11-01 13:54:47 -05:00
parent 820d859ae1
commit a5c5c8d0e7

View File

@ -105,10 +105,6 @@ def install_dependencies(venv=VENV):
'greenlet'], redirect_output=False)
run_command(['tools/with_venv.sh', 'pip', 'install', '-E', venv, '-r',
PIP_REQUIRES], redirect_output=False)
run_command(['tools/with_venv.sh', 'pip', 'install', '-E', venv, '-e',
"git+https://github.com/rajarammallya/"
"openstack-skeleton.git#egg=skeleton"],
redirect_output=False)
# Tell the virtual env how to "import melange"
pthfile = os.path.join(venv, "lib", PY_VERSION, "site-packages",