From a4da977e6cb859649cb9543a6179aee79c51ad37 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 2 Nov 2012 16:56:18 -0700 Subject: [PATCH] Use pypi for python-swiftclient dependency. Using github as a package source is less reliable in the Jenkins test framework than using pypi. This is because the Jenkins test framework has a local pypi mirror. Change-Id: Ia904d39ce70f5c2bd7d6edb9172f8226131074e2 --- tools/pip-requires | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index fc189a9722..3647e235ea 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -4,6 +4,4 @@ netifaces==0.6 pastedeploy==1.3.3 simplejson==2.0.9 xattr==0.4 - -# Install python-swiftclient from git -https://github.com/openstack/python-swiftclient/zipball/master#egg=python-swiftclient +python-swiftclient