added some missing packages for floodlight installation

Change-Id: I7c8f3e14f2a277570277bac95bfcb67bfad71f0c
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/scripts/install-floodlight.sh b/scripts/install-floodlight.sh
index 74c1c00..1f9bd9c 100755
--- a/scripts/install-floodlight.sh
+++ b/scripts/install-floodlight.sh
@@ -109,8 +109,8 @@
 #####        DOWNLOADING AND CONFIGURE FLOODLIGHT           #####
 #################################################################'
     #Install Java JDK and Ant packages at the VM 
-    [ "$_DISTRO" == "Ubuntu" ] && install_packages "build-essential default-jdk ant python-dev screen wget" #TODO revise if packages are needed apart from ant
-    [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_package "                 ant screen wget"
+    [ "$_DISTRO" == "Ubuntu" ] && install_packages "build-essential default-jdk ant python-dev screen wget python-argcomplete python-requests python-yaml" #TODO revise if packages are needed apart from ant
+    [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_package "                 ant screen wget python-argcomplete python-requests python-yaml"
 
   #floodlight 0.9
     echo "downloading v0.90 from the oficial page"