--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: sonata@packages.debian.org
Control: affects -1 + src:sonata
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package sonata.
[ Reason ]
Add a missing dependency (#1102610)
[ Impact ]
If not unblocked, sonata will fail to run unless the user has
python3-pkg-resources installed for some other reason, most likely
software-properties-common
[ Tests ]
Manual test of GUI, still works
[ Risks ]
Low risk, trivial change to the packaging metadata
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock sonata/1.7.1-2
diffstat for sonata-1.7.1 sonata-1.7.1
changelog | 6 ++++++
control | 1 +
2 files changed, 7 insertions(+)
diff -Nru sonata-1.7.1/debian/changelog sonata-1.7.1/debian/changelog
--- sonata-1.7.1/debian/changelog 2025-05-02 11:13:27.000000000 +0100
+++ sonata-1.7.1/debian/changelog 2025-05-21 10:57:06.000000000 +0100
@@ -1,3 +1,9 @@
+sonata (1.7.1-2) unstable; urgency=medium
+
+ * d/control: Add missing dependency on pkg_resources (Closes: #1102610)
+
+ -- Simon McVittie <smcv@debian.org> Wed, 21 May 2025 10:57:06 +0100
+
sonata (1.7.1-1) unstable; urgency=medium
* New upstream release
diff -Nru sonata-1.7.1/debian/control sonata-1.7.1/debian/control
--- sonata-1.7.1/debian/control 2025-05-02 11:13:27.000000000 +0100
+++ sonata-1.7.1/debian/control 2025-05-21 10:57:06.000000000 +0100
@@ -36,6 +36,7 @@
python3-dbus,
python3-gi,
python3-mpd (>= 2.0),
+ python3-pkg-resources,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
--- End Message ---