Blame SOURCES/lower-deps-cryptographie.patch

07518e
--- a/setup.py	2019-07-22 20:18:46.000000000 +0200
07518e
+++ b/setup.py	2019-08-01 21:49:28.107607851 +0200
07518e
@@ -238,7 +238,7 @@
07518e
     install_requires=[
07518e
         'six>=1.11.0',       # MIT license
07518e
         'txaio>=18.8.1',     # MIT license
07518e
-        'cryptography>=2.7', # BSD *or* Apache license
07518e
+        'cryptography>=2.6.1', # BSD *or* Apache license
07518e
     ],
07518e
     extras_require={
07518e
         'all': extras_require_all,