From c510e865b4ea974a3fa5cd6ef8746a80e3084b11 Mon Sep 17 00:00:00 2001 From: Matthew Macdonald-Wallace Date: Tue, 28 Jan 2014 08:41:19 +0000 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 85d4dde22..1e26257c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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