From cb3fdc56b5090648b76fa1c5bbbd9a810c792bda Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 10 Mar 2015 08:31:11 -0700 Subject: [PATCH] Move oslo.vmware into test-requirements.txt The oslo_vmware package is only imported in the vmwareapi virt driver code (and tests) so it's purely optional if you're using the vmware driver or not, so move it to test-requirements.txt. Change-Id: I1fc07badfe3652681872c6e4d78c347158f21a5f --- requirements.txt | 1 - test-requirements.txt | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91f3b4b277..6d1209dfc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,6 +40,5 @@ oslo.rootwrap>=1.5.0 # Apache-2.0 oslo.messaging>=1.6.0 # Apache-2.0 oslo.i18n>=1.3.0 # Apache-2.0 rfc3986>=0.2.0 # Apache-2.0 -oslo.vmware>=0.11.0 # Apache-2.0 oslo.middleware>=0.3.0 # Apache-2.0 psutil>=1.1.1,<2.0.0 diff --git a/test-requirements.txt b/test-requirements.txt index 365f4415f4..6964a07942 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20,3 +20,6 @@ oslotest>=1.2.0 # Apache-2.0 testrepository>=0.0.18 testtools>=0.9.36,!=1.2.0 tempest-lib>=0.3.0 + +# compute driver specific dependencies +oslo.vmware>=0.11.0 # Apache-2.0