summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatrix Packaging Team <pkg-matrix-maintainers@lists.alioth.debian.org>2019-07-18 20:40:35 -0300
committerAndrej Shadura <andrewsh@debian.org>2019-07-18 20:40:35 -0300
commit46d34d8ce7329d1e5575b94f678b117c1a76c37c (patch)
treeaf27fdc54085244f47525a4d38d46c9e05dcb5f4
parent81b7e1660eee82e1a80f16e2962ff3263b8b4c91 (diff)
Gbp-Pq: Name fix-deps.patch
-rw-r--r--synapse/python_dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index f788a5c4..07398fb9 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -70,7 +70,7 @@ REQUIREMENTS = [
"six>=1.10",
# prometheus_client 0.4.0 changed the format of counter metrics
# (cf https://github.com/matrix-org/synapse/issues/4001)
- "prometheus_client>=0.0.18,<0.4.0",
+ "prometheus_client>=0.0.18",
# we use attr.s(slots), which arrived in 16.0.0
# Twisted 18.7.0 requires attrs>=17.4.0