Switch from using the git protocol to https for pip requirements
The current URL for pip requirements in Tuskar requires that web proxies allow the "git" protocol to install the pypi package. This patch replaces that with a read-only checkout via https to walk through the proxies and download regardless of connection type. Change-Id: Ie1f8ef1c47f09c00d2f951c6062a929d1b84c7b5
This commit is contained in:
parent
53c59e53eb
commit
c510e865b4
@ -21,4 +21,4 @@ pytz>=2010h
|
||||
lockfile>=0.8
|
||||
|
||||
python-ironicclient
|
||||
-e git://github.com/openstack/python-tuskarclient.git#egg=python-tuskarclient
|
||||
-e git+https://github.com/openstack/python-tuskarclient.git#egg=python-tuskarclient
|
||||
|
Loading…
Reference in New Issue
Block a user