Add python-tk/python3-tk

This commit is contained in:
Bob Lantz
2018-07-26 13:40:06 -07:00
parent afa83cd5ae
commit 8933c996cb
+3 -2
View File
@@ -156,11 +156,12 @@ function mn_deps {
elif [ "$DIST" = "SUSE LINUX" ]; then
$install gcc make socat psmisc xterm openssh iperf \
iproute telnet ${PYPKG}-setuptools libcgroup-tools \
ethtool help2man python-pyflakes python3-pylint python-pep8 ${PYPKG}-pexpect
ethtool help2man python-pyflakes python3-pylint \
python-pep8 ${PYPKG}-pexpect ${PYPKG}-tk
else # Debian/Ubuntu
$install gcc make socat psmisc xterm ssh iperf iproute2 telnet \
cgroup-bin ethtool help2man pyflakes pylint pep8 \
${PYPKG}-setuptools ${PYPKG}-pexpect
${PYPKG}-setuptools ${PYPKG}-pexpect ${PYPKG}-tk
fi
echo "Installing Mininet core"