From b15b09cce8fa5870650d03c5087d9e0df29c24dc Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Fri, 14 Apr 2017 11:11:14 +0200 Subject: testbeds: jfed: Download jFed CLI if not found If the jFed CLI was not found, then Rumba will download it in the current directory. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4b8afae..e294437 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ setup( description = "Rumba measurement framework for RINA", long_description = long_description, packages = ["rumba", "rumba.testbeds", "rumba.prototypes"], - install_requires = ["paramiko", "wheel"] + install_requires = ["paramiko", "wheel", "wget"] ) -- cgit v1.2.3