summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 72174a23..78d07e10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse (1.44.0-2) unstable; urgency=medium
+
+ * Drop unused dependency on blist.
+
+ -- Andrej Shadura <andrewsh@debian.org> Tue, 12 Oct 2021 10:06:50 +0200
+
matrix-synapse (1.44.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index f5bcb1f7..0c6c7c2f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,6 @@ Build-Depends:
python3-attr (>= 19.2.0~),
python3-bcrypt,
python3-bleach (>= 1.4.2),
- python3-blist,
python3-cryptography,
python3-canonicaljson (>= 1.4.0),
python3-daemonize,