From 0c2f0da3c2210dd0fc7afa1b36e9e10a21a3e3fc Mon Sep 17 00:00:00 2001 From: "Seth M. Larson" Date: Mon, 28 May 2018 08:38:21 -0500 Subject: Also pin pyOpenSSL 17.x in setup.cfg --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' -- cgit v1.2.1