From 43857580bf0bd6f38acfa039b3d35104ac14c6ee Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Tue, 18 Jan 2022 15:47:45 +0100 Subject: Refrash patches --- debian/patches/0002-dont-bump-cryptography.patch | 6 +++--- 1 file 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", ] - -- cgit v1.2.3