summaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-04-12 09:58:10 -0700
committerNeel Chauhan <nc@FreeBSD.org>2021-04-12 09:58:10 -0700
commitc12a581df3ff2d6832a662f99253cc7e99915233 (patch)
treeb472acc368c7ddbe5c0a8e56190512333c65664d /net-im/py-matrix-synapse/files
parentmail/dcc-dccd: fix build on 13.0 (diff)
net-im/py-matrix-synapse: Update to 1.31.0
Changes: https://github.com/matrix-org/synapse/releases/tag/v1.31.0 PR: 254944 Submitted by: Sascha Biberhofer <ports AT skyforge DOT at> (maintainer)
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r--net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py11
1 files changed, 11 insertions, 0 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
new file mode 100644
index 000000000000..bfcb8085bac3
--- /dev/null
+++ b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
@@ -0,0 +1,11 @@
+--- synapse/python_dependencies.py.orig 2021-04-07 20:22:25 UTC
++++ synapse/python_dependencies.py
+@@ -85,7 +85,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'",
+ ]
+
+ CONDITIONAL_REQUIREMENTS = {