diff --git a/tools/install_venv.py b/tools/install_venv.py index ef3adbe0..a7e561ca 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -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",