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

Change subject: Bump versions of cryptography and pyOpenSSL to needed versions
......................................................................

Bump versions of cryptography and pyOpenSSL to needed versions

(These are available in Jessie backports)

Bug: T166167
Change-Id: Iedafa89bd667ead31cab772dfce54281d09a8c3b
---
M setup.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/cergen refs/changes/88/389788/1

diff --git a/setup.py b/setup.py
index a2b9a07..c23bcca 100644
--- a/setup.py
+++ b/setup.py
@@ -20,12 +20,12 @@
     install_requires=[
         'docopt>=0.6',
         'pyyaml>=3',
-        'cryptography>=0.6',
+        'cryptography>=1.7.0',
         # networkx released 2.x in September 2017.
         # We want a version with Debian packages.
         'networkx<2.0',
         'requests>=2',
-        'pyOpenSSL>=0.14'
+        'pyOpenSSL>=16.0.0'
         # Also need installed
         # python3-dev
         # libffi-dev

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iedafa89bd667ead31cab772dfce54281d09a8c3b
Gerrit-PatchSet: 1
Gerrit-Project: cergen
Gerrit-Branch: master
Gerrit-Owner: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to