summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2021-04-07 13:48:48 +0200
committerAndrej Shadura <andrewsh@debian.org>2021-11-23 13:17:43 +0100
commit2ba9795c948253b63b4a4a63b792c3132bc387d2 (patch)
tree5b7799b6c0697323e3bb4adc2c2c2ab5ac739da5
parent225b03f7de6650d4da860c5ec51f72c4dadea3c6 (diff)
Drop a version bump unnecessary in Debian
In Debian, python3-cryptography doesn’t bundle openssl anyway. Gbp-Pq: Name 0002-dont-bump-cryptography.patch
-rw-r--r--synapse/python_dependencies.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index 154e5b70..6d1e66c6 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -83,9 +83,7 @@ REQUIREMENTS = [
"Jinja2>=2.9",
"bleach>=1.4.3",
"typing-extensions>=3.7.4",
- # We enforce that we have a `cryptography` version that bundles an `openssl`
- # with the latest security patches.
- "cryptography>=3.4.7",
+ "cryptography",
"ijson>=3.0",
]