From: Zane Bitter Date: Tue, 11 Dec 2012 19:23:36 +0000 (+0100) Subject: Get rid of glanceclient dependency X-Git-Tag: 2014.1~1093 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f7ebdd863b3fae58ecd810955ffe0aac50189c79;p=openstack-build%2Fheat-build.git Get rid of glanceclient dependency We're not actually using it anywhere, and its keystoneclient version requirements are causing us not to be able to install. Move it instead to the test-requires, since the functional tests are still actually using it. Change-Id: I74e68ddb4b65235b6c192c619e9e8e85e30beab9 Signed-off-by: Zane Bitter --- diff --git a/tools/pip-requires b/tools/pip-requires index 44265099..5b03b78f 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -27,7 +27,6 @@ pysendfile SQLAlchemy>=0.7.8,<=0.7.9 WebOb==1.0.8 python-keystoneclient -python-glanceclient python-memcached python-swiftclient python-quantumclient diff --git a/tools/test-requires b/tools/test-requires index 9f0b9819..80d5335e 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -6,6 +6,7 @@ mox==0.5.3 nose nosexcover openstack.nose_plugin>=0.7 +paramiko pep8==1.1 +python-glanceclient sphinx>=1.1.2 -paramiko