Install openssl-devel on robot VM
[releng/builder.git] / jenkins-scripts / robot.sh
index 3c4797fd150186a42c13ccd24e08ff71f00649b4..bab4bf615dc5d847f51bc9bdb56e47537eabb708 100755 (executable)
@@ -10,8 +10,8 @@ yum clean all
 yum install -y -q unzip python-netaddr sshuttle @development
 yum remove -y robotframework-{sshlibrary,requests}
 
-# ffi.h is needed for successful installation of robotframework-sshlibrary (done elsewhere)
-yum install -y -q libffi-devel
+# These development packages are needed for successful installation of robotframework-sshlibrary (done elsewhere)
+yum install -y -q libffi-devel openssl-devel
 
 ## Install netcat & docker-py
 yum install -y -q nc python-docker-py