summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-23 13:43:29 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-06-28 12:24:48 -0400
commitd6e936cd14f0954751dfc1b754f08deb166a53bf (patch)
treecf466bb100b5f8a2f1c15c6b29c20a351d216b3d /requirements.txt
parent05453b19b26ca86459fff477e84e1b041e98a520 (diff)
downloadpython-glanceclient-d6e936cd14f0954751dfc1b754f08deb166a53bf.tar.gz
add explicit dependency on pyopenssl
The library is used in glanceclient/common/https.py and the documentation build for the API fails without the dependency. Update the error handling so that when OpenSSL reports an error it is converted to a client communication error. Change-Id: I0c0fb3139bb848d0cbaf88ae6a767a730bea74eb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index c22647d..45fb32d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,3 +11,4 @@ six>=1.9.0 # MIT
oslo.utils>=3.20.0 # Apache-2.0
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
wrapt>=1.7.0 # BSD License
+pyOpenSSL>=0.14 # Apache-2.0