summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2017-03-10 12:05:01 +0100
committerAndrew Shadura <andrew@shadura.me>2017-03-10 12:05:01 +0100
commit973f9014d1a32668db98ed05b7e51743e86362ce (patch)
treede6f1ddc2488c88b191ba66dc96d36e387a53b38
parentda2bbff32180debadde326e7b1260fa451a5073f (diff)
Unbreak the Python runtime dependencies.debian/0.19.2+dfsg-4
Add bcrypt and pymacaroons to pydist-overrides so that the runtime dependencies are picked up automatically.
-rw-r--r--debian/changelog7
-rw-r--r--debian/pydist-overrides2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2ac1ed9b..a6753605 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+matrix-synapse (0.19.2+dfsg-4) unstable; urgency=medium
+
+ * Add bcrypt and pymacaroons to pydist-overrides so that the runtime
+ dependencies are picked up automatically.
+
+ -- Andrew Shadura <andrewsh@debian.org> Fri, 10 Mar 2017 12:04:52 +0100
+
matrix-synapse (0.19.2+dfsg-3) unstable; urgency=medium
* Add missing copyrights for jwt.py and saml2.py
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
index e2e34b7d..10db43a2 100644
--- a/debian/pydist-overrides
+++ b/debian/pydist-overrides
@@ -3,3 +3,5 @@ jinja2
bleach
ldap3
matrix-synapse-ldap3
+py_bcrypt python-bcrypt
+pymacaroons_pynacl python-pymacaroons