Add docker-py to dynamic_robot bootstrap.sh and jenkins-scripts/robot.sh
[releng/builder.git] / vagrant / integration-robotframework / bootstrap.sh
index 8e01b96b8ea5f02f283f90c3c734646f4e799209..c088f9cd266b5e30b7c015899192ae071681c7d5 100644 (file)
@@ -10,7 +10,7 @@ yum update -q -y
 yum install -q -y java-1.7.0-openjdk-devel git perl-XML-XPath
 
 # The following are known requirements for our robotframework environments
-yum install -q -y python-{devel,importlib,requests,setuptools,virtualenv} \
+yum install -q -y python-{devel,importlib,requests,setuptools,virtualenv,docker-py} \
     robotframework{,-{httplibrary,requests,sshlibrary}}
 
 # To handle the prompt style that is expected all over the environment