install: Add 'make codecheck' deps

These total to only ~200KB.
This commit is contained in:
Brandon Heller
2012-11-12 18:07:19 -08:00
parent 59897168d4
commit f6c4239409
+2 -1
View File
@@ -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"