summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2019-02-09 15:39:38 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-02-09 15:39:38 +0100
commit8e5e178f5ff6a311f88d83f58561b3bdbaa44fa2 (patch)
tree83db21a8c3d620037c1888023e3502aef4f364ba
parentae1ddc2cd50ecfb5f91add7a271d5e5db47f5cc9 (diff)
Refresh the patchdebian/0.99.0-1
-rw-r--r--debian/patches/fix-deps.patch14
1 files changed, 3 insertions, 11 deletions
diff --git a/debian/patches/fix-deps.patch b/debian/patches/fix-deps.patch
index 9ab065b7..00658e23 100644
--- a/debian/patches/fix-deps.patch
+++ b/debian/patches/fix-deps.patch
@@ -1,19 +1,11 @@
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
-@@ -52,13 +52,13 @@
- "pillow>=3.1.2",
- "sortedcontainers>=1.4.4",
- "psutil>=2.0.0",
-- "pymacaroons-pynacl>=0.9.3",
-- "msgpack-python>=0.4.2",
-+ "pymacaroons>=0.9.3",
-+ "msgpack>=0.4.2",
- "phonenumbers>=8.2.0",
+@@ -62,7 +62,7 @@
"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
- "attrs>=16.0.0",
- "netaddr>=0.7.18",
+ # Twisted 18.7.0 requires attrs>=17.4.0