summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5e93d7a5..0b7243b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse (1.59.1-2) unstable; urgency=medium
+
+ * Depend on Poetry core.
+
+ -- Andrej Shadura <andrewsh@debian.org> Wed, 18 May 2022 14:16:55 +0200
+
matrix-synapse (1.59.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index beb5785e..ee396295 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
libjs-jquery,
po-debconf,
pybuild-plugin-pyproject,
+ python3-poetry-core,
python3-all,
python3-attr (>= 19.2.0~),
python3-bcrypt,