summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@debian.org>2018-07-24 21:25:51 -0400
committerAntoine Beaupré <anarcat@debian.org>2018-07-24 21:27:37 -0400
commite129c46981bf959fbbe37107d999b2b55d3bea8f (patch)
treef0f2178094e755b683b5f3cae3886c5dde5c1a10
parentd14a46356a56441ef17714a2d8bf6f9dc28ae45e (diff)
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...
-rw-r--r--debian/control3
1 files changed, 3 insertions, 0 deletions
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,