aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-python_dependencies.py
blob: 78b8f83977674578e08ec77affda47fd7a354adc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- synapse/python_dependencies.py.orig	2019-07-25 21:31:46.581498307 +0200
+++ synapse/python_dependencies.py	2019-07-25 21:31:57.254468848 +0200
@@ -65,7 +65,7 @@
     "msgpack>=0.5.2",
     "phonenumbers>=8.2.0",
     "six>=1.10",
-    "prometheus_client>=0.0.18,<0.8.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
     "attrs>=17.4.0",