From: mirabal Date: Wed, 23 Aug 2017 14:41:27 +0000 (+0200) Subject: Bug fix 333, pexpect installation fix X-Git-Tag: v3.0.0rc15 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv3.0.0rc15;p=osm%2Fopenvim.git Bug fix 333, pexpect installation fix Bad package naming at requitement in setup.py Change-Id: I17644b55afa562e1f0ae2098593ca1c893617554 Signed-off-by: mirabal --- diff --git a/setup.py b/setup.py index aae8194..c136d4b 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ _req = [ "paramiko", "libvirt-python", "pytest", - "pexect" + "pexpect" ] __scripts__ = ['openflow', diff --git a/setup_lite.py b/setup_lite.py index 231c746..171ea5d 100755 --- a/setup_lite.py +++ b/setup_lite.py @@ -35,9 +35,7 @@ _req = [ "netaddr", "bottle", "MySQL-python", - "paramiko", - "pytest", - "pexect" + "paramiko" ] __scripts__ = ['openflow-lib']