summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2022-02-24 11:51:04 +0100
committerAndrej Shadura <andrewsh@debian.org>2022-02-24 11:51:04 +0100
commitf4bd0d4755482064d278d2e4235e5a1bde101a55 (patch)
tree9c6ee37ab2926229d0f825156b3b13fb41bf54f9
parent210280474e6bb944a6e83e243fa5949d4ccbbbd0 (diff)
Refresh the patchdebian/1.53.0-1
-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",
]