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:
Gaurav Aradhye 2015-04-01 12:39:47 +05:30 committed by SrikanteswaraRao Talluri
parent 7a70f8ab19
commit c05e37b28d

View File

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