From ab887ee13def66113c955f08d3a5c51eb39abb7d Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 16 Aug 2016 14:26:59 +0100 Subject: [PATCH] Include python requirements to resolve SNI issue for Ansible venv This patch adds the packages needed to resolve SNI issues that may be seen when executing tasks on the deployment host. Change-Id: I2d7c58ffe39faf204485dffb39d982f3ff26c34a --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e43dcdd080..d414cb3f81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,10 +4,12 @@ pip>=6.0 # MIT setuptools!=24.0.0,>=16.0 # PSF/ZPL wheel # MIT +pyasn1 # BSD +pyOpenSSL>=0.14 # Apache-2.0 +requests>=2.10.0 # Apache-2.0 +ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD netaddr!=0.7.16,>=0.7.12 # BSD PrettyTable<0.8,>=0.7 # BSD -pyasn1 # BSD -pyOpenSSL>=0.14 # Apache-2.0 pycrypto>=2.6 # Public Domain PyYAML>=3.1.0 # MIT virtualenv # MIT