summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M. Larson <SethMichaelLarson@users.noreply.github.com>2018-05-28 08:38:21 -0500
committerGitHub <noreply@github.com>2018-05-28 08:38:21 -0500
commit0c2f0da3c2210dd0fc7afa1b36e9e10a21a3e3fc (patch)
treeb97fbc07773470b9f8dff1f27d9c20f26190c28f
parent68faab0f8e3f2d4cda1e55adea354a4ebebee10a (diff)
downloadurllib3-pyopenssl-pin-python-2.6.tar.gz
Also pin pyOpenSSL 17.x in setup.cfgpyopenssl-pin-python-2.6
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c89810ab..91c59cb6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,7 +11,8 @@ provides-extra =
secure
socks
requires-dist =
- pyOpenSSL>=0.14; python_version<="2.7" and extra == 'secure'
+ pyOpenSSL>=0.14,<18.0.0; python_version=="2.6" and extra == 'secure'
+ pyOpenSSL>=0.14; python_version=="2.7" and extra == 'secure'
cryptography>=1.3.4; python_version<="2.7" and extra == 'secure'
idna>=2.0.0; python_version<="2.7" and extra == 'secure'
certifi; extra == 'secure'