From 005a9dcfbf5e978f73b10b975e35bc95adc9a11f Mon Sep 17 00:00:00 2001 From: mirabal Date: Wed, 23 Aug 2017 16:41:27 +0200 Subject: [PATCH] Bug fix 333, pexpect installation fix Bad package naming at requitement in setup.py Change-Id: I17644b55afa562e1f0ae2098593ca1c893617554 Signed-off-by: mirabal --- setup.py | 2 +- setup_lite.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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'] -- 2.17.1