From 9e03eab1884107d04e0b630dfe5a57f166066232 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 31 Oct 2012 14:19:49 -0400 Subject: move python-cinderclient to pip-requires python-cinderclient is now actually a requirement, move this from test-requires to pip-requires to reflect that. Fixes bug #1074085 Change-Id: Iea6c58faab2462d137049d690d58d951bd4e2c9e --- tools/pip-requires | 1 + tools/test-requires | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 922f1a24a..a214d7bc2 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -19,5 +19,6 @@ Babel>=0.9.6 iso8601>=0.1.4 httplib2 setuptools_git>=0.4 +python-cinderclient python-quantumclient>=2.1 python-glanceclient>=0.5.0,<2 diff --git a/tools/test-requires b/tools/test-requires index 536d4deee..fc56d3c87 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -11,5 +11,4 @@ pep8==1.2 pylint==0.25.2 sphinx>=1.1.2 feedparser -python-cinderclient MySQL-python -- cgit