summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2022-01-18 15:47:45 +0100
committerAndrej Shadura <andrewsh@debian.org>2022-01-18 15:47:45 +0100
commit43857580bf0bd6f38acfa039b3d35104ac14c6ee (patch)
tree53ae1f52182254523a5719bbe57dfe0708ec225b
parente59cd5cc7a3dc6e33c08bc5d775c0bc75dc02fb6 (diff)
Refrash patchesdebian/1.50.0-1
-rw-r--r--debian/patches/0002-dont-bump-cryptography.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/0002-dont-bump-cryptography.patch b/debian/patches/0002-dont-bump-cryptography.patch
index bff8b889..88e6c3a1 100644
--- a/debian/patches/0002-dont-bump-cryptography.patch
+++ b/debian/patches/0002-dont-bump-cryptography.patch
@@ -8,10 +8,10 @@ In Debian, python3-cryptography doesn’t bundle openssl anyway.
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
-index 7d26954..7bf9aa9 100644
+index d844fbb..5ca1f2f 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
-@@ -83,9 +83,7 @@ REQUIREMENTS = [
+@@ -84,9 +84,7 @@ REQUIREMENTS = [
"Jinja2>=2.9",
"bleach>=1.4.3",
"typing-extensions>=3.7.4",
@@ -20,5 +20,5 @@ index 7d26954..7bf9aa9 100644
- "cryptography>=3.4.7",
+ "cryptography",
"ijson>=3.1",
+ "matrix-common==1.0.0",
]
-