aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-04-12 02:33:53 +0200
committerArmin Kuster <akuster808@gmail.com>2021-04-17 06:46:24 -0700
commit18550097f98b645aa59c739d0ef67a6589388961 (patch)
treeeef55f74b239bb958e699a4cf03c5fd57888d7e4 /meta-xfce
parent98c5cddf677addcb9aa296a7437b92100a478566 (diff)
downloadmeta-openembedded-contrib-18550097f98b645aa59c739d0ef67a6589388961.tar.gz
catfish: add python3-dbus to RDEPENDS
Otherwise it complains for missing import and won't start Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4a85e070e199ce66284904e1b22e58440674e945) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb2
1 files changed, 1 insertions, 1 deletions
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"