From e129c46981bf959fbbe37107d999b2b55d3bea8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Tue, 24 Jul 2018 21:25:51 -0400 Subject: add missing runtime dependencies (Closes: #900709) It is unclear to me why those are missing from the package after the ${python3:Depends} variable, but anyways... --- debian/control | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/control b/debian/control index 8fc5af8..87471be 100644 --- a/debian/control +++ b/debian/control @@ -25,8 +25,10 @@ Depends: ${misc:Depends}, python3-dbus, python3-exif, + python3-gphoto2, python3-gphoto2cffi, python3-pyqt5 (>= 5.4), + python3-requests, qt5-image-formats-plugins, python3-gi, gir1.2-gexiv2-0.10, @@ -37,6 +39,7 @@ Depends: gstreamer1.0-libav, gstreamer1.0-plugins-good, libimage-exiftool-perl, + libmediainfo0v5, Recommends: python3-kaa-metadata, python3-hachoir-metadata, -- cgit v1.2.3