mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-8356: Mentioning netaddr module in setup.py in marvin as it is used across test cases
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
7a70f8ab19
commit
c05e37b28d
@ -51,7 +51,8 @@ setup(name="Marvin",
|
||||
"paramiko >= 1.13.0",
|
||||
"nose >= 1.3.3",
|
||||
"ddt >= 0.4.0",
|
||||
"pyvmomi >= 5.5.0"
|
||||
"pyvmomi >= 5.5.0",
|
||||
"netaddr >= 0.7.14"
|
||||
],
|
||||
py_modules=['marvin.marvinPlugin'],
|
||||
zip_safe=False,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user