Xqt has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/384321 )

Change subject: [bugfix]  Require cryptography<2.0 for Python 3.3
......................................................................

[bugfix]  Require cryptography<2.0 for Python 3.3

Bug: T178241
Bug: T175883
Change-Id: I1a2e63161ffa2390b6d11d22132c4444b7824893
---
M requirements.txt
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/21/384321/1

diff --git a/requirements.txt b/requirements.txt
index 98c9c0d..6b3e39b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -23,7 +23,8 @@
 
 # requests security extra
 pyOpenSSL>=0.14,!=17.2.0 ; python_full_version < '2.7.9'
-cryptography>=1.3.4 ; python_full_version < '2.7.9'
+cryptography>=1.3.4 ; python_full_version < '2.7.9' or python_version > '3.3'
+cryptography>=1.3.4,<2.0 ; python_version == '3.3'
 idna>=2.0.0 ; python_full_version < '2.7.9'
 # https://github.com/eliben/pycparser/issues/147
 pycparser != 2.14

-- 
To view, visit https://gerrit.wikimedia.org/r/384321
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a2e63161ffa2390b6d11d22132c4444b7824893
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <i...@gno.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to