2021-05-10 19:56:48 +02:00
|
|
|
Index: synapse/synapse/python_dependencies.py
|
|
|
|
===================================================================
|
|
|
|
--- synapse.orig/synapse/python_dependencies.py
|
|
|
|
+++ synapse/synapse/python_dependencies.py
|
2021-06-29 14:02:35 +02:00
|
|
|
@@ -84,7 +84,8 @@ REQUIREMENTS = [
|
2021-03-27 04:03:37 +01:00
|
|
|
"typing-extensions>=3.7.4",
|
|
|
|
# We enforce that we have a `cryptography` version that bundles an `openssl`
|
|
|
|
# with the latest security patches.
|
2021-05-10 19:56:48 +02:00
|
|
|
- "cryptography>=3.4.7",
|
|
|
|
+ # opensuse we do not bump here as we do not use the intree copy
|
|
|
|
+ "cryptography",
|
2021-06-04 20:07:57 +02:00
|
|
|
"ijson>=3.0",
|
2021-03-27 04:03:37 +01:00
|
|
|
]
|
|
|
|
|