summaryrefslogtreecommitdiff
path: root/debian/patches/0002-dont-bump-cryptography.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0002-dont-bump-cryptography.patch')
-rw-r--r--debian/patches/0002-dont-bump-cryptography.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0002-dont-bump-cryptography.patch b/debian/patches/0002-dont-bump-cryptography.patch
index 36d51448..f043fff6 100644
--- a/debian/patches/0002-dont-bump-cryptography.patch
+++ b/debian/patches/0002-dont-bump-cryptography.patch
@@ -11,7 +11,7 @@ diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index d844fbb..5ca1f2f 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
-@@ -85,9 +85,7 @@ REQUIREMENTS = [
+@@ -84,9 +84,7 @@ REQUIREMENTS = [
"Jinja2>=2.9",
"bleach>=1.4.3",
"typing-extensions>=3.7.4",
@@ -20,5 +20,5 @@ index d844fbb..5ca1f2f 100644
- "cryptography>=3.4.7",
+ "cryptography",
"ijson>=3.1",
- "matrix-common==1.0.0",
+ "matrix-common~=1.1.0",
]