diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py index f9503dea1ea..56ff80a4b32 100644 --- a/tools/marvin/setup.py +++ b/tools/marvin/setup.py @@ -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,