Move suds into test-requirements.txt

Commit cb3fdc56b5 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
This commit is contained in:
Gary Kotton 2015-03-23 03:15:35 -07:00
parent c8caebfcba
commit 10ca8bcb6b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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