Add python-pexpect to dependencies

It's used by tests and isn't large.
Fixes #587
This commit is contained in:
Bob Lantz
2016-01-19 13:24:36 -08:00
parent 0b673d7cb6
commit a1bff4b035
+2 -2
View File
@@ -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"