From 2443e35d8c2370f39f9bf0b3cda523103af3f261 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Mon, 18 Feb 2013 08:03:32 -0600 Subject: [PATCH] Install rtslib when installing cinder It doesnt make sense to put rtslib in tools/test-requires since it is not directly using the python module while running the tests, since the tests use cinder-rtstool. Change-Id: Ib39b91e25f22b4943ef17eee50967828f7460b25 Signed-off-by: Chuck Short --- tools/pip-requires | 1 + tools/test-requires | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 0dbc86b57..5b80e490c 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -21,3 +21,4 @@ iso8601>=0.1.4 setuptools_git>=0.4 python-glanceclient>=0.5.0,<2 python-keystoneclient>=0.2.0 +rtslib>=2.1.fb27 diff --git a/tools/test-requires b/tools/test-requires index 8f3b67a94..aa1ef0402 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -9,7 +9,6 @@ openstack.nose_plugin nosehtmloutput pep8==1.3.3 pylint==0.25.2 -rtslib>=2.1.fb27 sphinx>=1.1.2 MySQL-python psycopg2 -- 2.45.2