From a1bff4b0358762ed7f975beef20b70c8705a236d Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 19 Jan 2016 13:24:36 -0800 Subject: [PATCH] Add python-pexpect to dependencies It's used by tests and isn't large. Fixes #587 --- util/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/install.sh b/util/install.sh index 298ae44..958d49b 100755 --- a/util/install.sh +++ b/util/install.sh @@ -128,11 +128,11 @@ function mn_deps { if [ "$DIST" = "Fedora" -o "$DIST" = "RedHatEnterpriseServer" ]; then $install gcc make socat psmisc xterm openssh-clients iperf \ iproute telnet python-setuptools libcgroup-tools \ - ethtool help2man pyflakes pylint python-pep8 + ethtool help2man pyflakes pylint python-pep8 python-pexpect else $install gcc make socat psmisc xterm ssh iperf iproute telnet \ python-setuptools cgroup-bin ethtool help2man \ - pyflakes pylint pep8 + pyflakes pylint pep8 python-pexpect fi echo "Installing Mininet core"