summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2021-04-07 13:48:48 +0200
committerAndrej Shadura <andrewsh@debian.org>2021-10-27 09:54:09 +0200
commit029d446225d7cade7b385e74713537bfaac6443f (patch)
treeb774d3c9e3ba9f3069549d7feebb11fac228da46
parentf3fa6045766c1788345b00cfc4920be77b05f2fe (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",
]