Remove python-* package installs from spinup scripts
[releng/builder.git] / jenkins-scripts / robot.sh
index 31e81622ca51b3f7b4f631c8cf65ac34d9fe260f..5fc0579d81c08e252db395c2392b58df815f9d02 100755 (executable)
@@ -6,12 +6,6 @@ Defaults:jenkins !requiretty
 jenkins     ALL = NOPASSWD: ALL
 EOF
 
-yum clean all
-yum install -y -q python-netaddr
-
-## Install docker-py
-yum install -y -q python-docker-py
-
 # make sure the firewall is stopped
 service iptables stop