Fix pyOpenSSL version to 16.2.0 for Robot 87/5887/1
authorGary Wu <gary.i.wu@huawei.com>
Mon, 17 Jul 2017 22:45:54 +0000 (15:45 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Mon, 17 Jul 2017 22:50:29 +0000 (15:50 -0700)
Fix pyOpenSSL version to 16.2.0 to address the error
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
on some Ubuntu environments

Change-Id: Iadbf00f002af2dd70b963038ed0e0042fa854d89
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index f528a62..98375ec 100644 (file)
@@ -19,7 +19,7 @@ set -exu
 pip install --upgrade pip
 
 pip install --upgrade --no-binary pycparser pycparser
-pip install --upgrade docker-py importlib requests scapy netifaces netaddr ipaddr simplejson demjson
+pip install --upgrade pyOpenSSL==16.2.0 docker-py importlib requests scapy netifaces netaddr ipaddr simplejson demjson
 pip install --upgrade robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}}
 
 # Print installed versions.