From 58059874b4e3319bfd2ce669358fc546d55cc146 Mon Sep 17 00:00:00 2001 From: Logan V Date: Fri, 3 Mar 2017 12:48:06 -0600 Subject: [PATCH] Install python2-pyOpenSSL package on CentOS Package pyOpenSSL is obsoleted by python2-pyOpenSSL. Change-Id: Ib2f16ccd091432fbc9905dd540fdb23e4e8d3eba --- bindep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 9ca5b29..1f095d1 100644 --- a/bindep.txt +++ b/bindep.txt @@ -34,5 +34,5 @@ python-pyasn1 [platform:dpkg] python-openssl [platform:dpkg] python-ndg-httpsclient [platform:ubuntu] python2-pyasn1 [platform:rpm] -pyOpenSSL [platform:rpm] +python2-pyOpenSSL [platform:rpm] python-ndg_httpsclient [platform:rpm]