From f7ebdd863b3fae58ecd810955ffe0aac50189c79 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Tue, 11 Dec 2012 20:23:36 +0100 Subject: [PATCH] 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 --- tools/pip-requires | 1 - tools/test-requires | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2