From 10ca8bcb6b545c1a7bdeacf8739d302eb193688c Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Mon, 23 Mar 2015 03:15:35 -0700 Subject: [PATCH] Move suds into test-requirements.txt Commit cb3fdc56b5090648b76fa1c5bbbd9a810c792bda moved the oslo.vmware package. This does the same with the suds package. The suds 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: I2d2b832c163bb6707ef20aa908e8df48118aaeb8 --- requirements.txt | 1 - test-requirements.txt | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bef312e817..3e024f386e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,6 @@ PasteDeploy>=1.5.0 Paste sqlalchemy-migrate>=0.9.5 netaddr>=0.7.12 -suds>=0.4 paramiko>=1.13.0 pyasn1 Babel>=1.3 diff --git a/test-requirements.txt b/test-requirements.txt index 901347d36d..7a79fc2bcc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,5 +21,6 @@ testrepository>=0.0.18 testtools>=0.9.36,!=1.2.0 tempest-lib>=0.4.0 -# compute driver specific dependencies +# vmwareapi driver specific dependencies +suds>=0.4 oslo.vmware>=0.11.1,<0.12.0 # Apache-2.0