Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Commit c05e37b

Browse files
Gaurav AradhyeSrikanteswaraRao Talluri
authored andcommitted
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>
1 parent 7a70f8a commit c05e37b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/marvin/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"paramiko >= 1.13.0",
5252
"nose >= 1.3.3",
5353
"ddt >= 0.4.0",
54-
"pyvmomi >= 5.5.0"
54+
"pyvmomi >= 5.5.0",
55+
"netaddr >= 0.7.14"
5556
],
5657
py_modules=['marvin.marvinPlugin'],
5758
zip_safe=False,

0 commit comments

Comments
 (0)