From 18550097f98b645aa59c739d0ef67a6589388961 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 12 Apr 2021 02:33:53 +0200 Subject: catfish: add python3-dbus to RDEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise it complains for missing import and won't start Signed-off-by: Andreas Müller Signed-off-by: Khem Raj (cherry picked from commit 4a85e070e199ce66284904e1b22e58440674e945) Signed-off-by: Armin Kuster --- meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb index f0391cb230..44a0524882 100644 --- a/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb +++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb @@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70f FILES_${PN} += "${datadir}/metainfo" -RDEPENDS_${PN} += "python3-pygobject" +RDEPENDS_${PN} += "python3-pygobject python3-dbus" -- cgit v1.2.3-54-g00ecf