Skip to content

Commit

Permalink
Add python-tk/python3-tk
Browse files Browse the repository at this point in the history
  • Loading branch information
lantz committed Jul 26, 2018
1 parent afa83cd commit 8933c99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions util/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8933c99

Please sign in to comment.