ports/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
Ashish SHUKLA 177c860967
net-im/py-matrix-synapse: Update to 1.53.0
PR:		262126
Approved by:	Sascha Biberhofer <ports at skyforge dot at> (maintainer)
2022-02-24 15:34:36 +00:00

11 lines
390 B
Python

--- synapse/python_dependencies.py.orig 2022-02-22 11:32:11 UTC
+++ synapse/python_dependencies.py
@@ -86,7 +87,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",
+ "cryptography",
"ijson>=3.1",
"matrix-common~=1.1.0",
]