From b71894e0da454b732e57a264e00d8bae2dae386f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 23 May 2012 11:09:43 -0400 Subject: [PATCH] Replace git url with github zipball. distribute does not grok git urls, but auto-generated zipfiles are a short-term workaround until we've got pypi uploads sorted. Fixes bug 1003328 Change-Id: Iaded7245cea7a30c2f421c7b48ece9823aaf152f --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index a52a4edfa..e9cc88bdb 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -2,4 +2,4 @@ argparse httplib2 prettytable --e git://github.com/openstack/python-keystoneclient.git#egg=python-keystoneclient +-e https://github.com/openstack/python-keystoneclient/zipball/master#egg=python-keystoneclient