From f6c42394097ff2c633cd6b0d57c460dd653c3f2c Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Mon, 12 Nov 2012 18:07:19 -0800 Subject: [PATCH] install: Add 'make codecheck' deps These total to only ~200KB. --- util/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 5970ebd..7e2b54d 100755 --- a/util/install.sh +++ b/util/install.sh @@ -123,7 +123,8 @@ function kernel_clean { function mn_deps { echo "Installing Mininet dependencies" $install gcc make screen psmisc xterm ssh iperf iproute \ - python-setuptools python-networkx cgroup-bin ethtool help2man + python-setuptools python-networkx cgroup-bin ethtool help2man \ + pyflakes pylint pep8 if [ "$DIST" = "Ubuntu" ] && [ "$RELEASE" = "10.04" ]; then echo "Upgrading networkx to avoid deprecation warning"