Bug fix 333, pexpect installation fix
[osm/openvim.git] / setup.py
index 6856ff1..c136d4b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,9 @@ _req = [
     "bottle",
     "MySQL-python",
     "paramiko",
-    "libvirt-python"
+    "libvirt-python",
+    "pytest",
+    "pexpect"
 ]
 
 __scripts__ = ['openflow',