You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ta...@apache.org on 2015/04/01 12:01:07 UTC

git commit: updated refs/heads/master to c05e37b

Repository: cloudstack
Updated Branches:
  refs/heads/master 7a70f8ab1 -> c05e37b28


CLOUDSTACK-8356: Mentioning netaddr module in setup.py in marvin as it is used across test cases

Signed-off-by: SrikanteswaraRao Talluri <ta...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c05e37b2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c05e37b2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c05e37b2

Branch: refs/heads/master
Commit: c05e37b28d9eae73e09a679a8725a6fd09a03b2b
Parents: 7a70f8a
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Wed Apr 1 12:39:47 2015 +0530
Committer: SrikanteswaraRao Talluri <ta...@apache.org>
Committed: Wed Apr 1 15:30:17 2015 +0530

----------------------------------------------------------------------
 tools/marvin/setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c05e37b2/tools/marvin/setup.py
----------------------------------------------------------------------
diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py
index f9503de..56ff80a 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,