summaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r--net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
index bfcb8085bac3..126fbad7dbf9 100644
--- a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
+++ b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
@@ -1,11 +1,11 @@
---- synapse/python_dependencies.py.orig 2021-04-07 20:22:25 UTC
+--- synapse/python_dependencies.py.orig 2021-05-07 09:20:49 UTC
+++ synapse/python_dependencies.py
-@@ -85,7 +85,7 @@ REQUIREMENTS = [
+@@ -86,7 +86,7 @@ REQUIREMENTS = [
"typing-extensions>=3.7.4",
# We enforce that we have a `cryptography` version that bundles an `openssl`
# with the latest security patches.
-- "cryptography>=3.4.7;python_version>='3.6'",
-+ #"cryptography>=3.4.7;python_version>='3.6'",
+- "cryptography>=3.4.7",
++ #"cryptography>=3.4.7",
]
CONDITIONAL_REQUIREMENTS = {