freebsd-ports/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
Sascha Biberhofer aa0c36b1aa net-im/py-matrix-synapse: Update to 1.35.1
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.35.0

PR:		256380
Approved by:	dbaio, garga (mentors, implicit)
2021-06-04 10:15:03 +01:00

12 lines
363 B
Python

--- synapse/python_dependencies.py.orig 2021-06-01 19:28:25 UTC
+++ synapse/python_dependencies.py
@@ -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",
+ "cryptography",
"ijson>=3.0",
]