097acaf134
- Update to v1.35.1: OBS-URL: https://build.opensuse.org/request/show/897230 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=180
15 lines
538 B
Diff
15 lines
538 B
Diff
Index: synapse/synapse/python_dependencies.py
|
|
===================================================================
|
|
--- synapse.orig/synapse/python_dependencies.py
|
|
+++ synapse/synapse/python_dependencies.py
|
|
@@ -86,7 +86,8 @@ 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",
|
|
+ # opensuse we do not bump here as we do not use the intree copy
|
|
+ "cryptography",
|
|
"ijson>=3.0",
|
|
]
|
|
|