Merge "Remove sysstats change to avoid duplicity"
[releng/builder.git] / packer / provision / mininet.sh
index 0e7efcb37dfa7b1f8155222705f73a31ebdca1b6..9274388204f752c3f592037f72b34cbe3edc9d6e 100644 (file)
@@ -69,8 +69,5 @@ make install
 echo '---> Installing vlan for vlan based tests in VTN suites'
 apt-get install -y --force-yes vlan
 
-echo '---> All Python package installation should happen in virtualenv'
-apt-get install -y --force-yes python-virtualenv python-pip
-
 # Install netaddr package which is needed by some custom mininet topologies
 apt-get install -y --force-yes -qq python-netaddr