Control: tags -1 + patch

Adding python3-pyqt5 to the dependencies of the labelme binary package looks to be enough. Trivial patch attached - please let me know if you'd like to do this upload yourself or if you'd like Julian or me to NMU.


--
Stuart Prescott   http://www.nanonanonano.net/ stu...@nanonanonano.net
Debian Developer  http://www.debian.org/       stu...@debian.org
GPG fingerprint   90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7
diff --git a/debian/changelog b/debian/changelog
index 90e53fb..8a3471b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+labelme (5.5.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add dependency on python3-pyqt5 (Closes: #1089956).
+
+ -- Stuart Prescott <stu...@debian.org>  Tue, 07 Jan 2025 20:18:53 +1100
+
 labelme (5.5.0-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index 6afe8b8..9f96d29 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Homepage: https://github.com/wkentaro/labelme
 
 Package: labelme
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
+Depends: python3-pyqt5, ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
 Description: Image Polygonal Annotation with Python
  This is a graphical image annotation tool inspired by
  http://labelme.csail.mit.edu. It is written in Python and uses Qt for its

Reply via email to