Skip to content

Commit

Permalink
catfish: add python3-dbus to RDEPENDS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
schnitzeltony authored and kraj committed Apr 12, 2021
1 parent 31f5424 commit ca21fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70f

FILES_${PN} += "${datadir}/metainfo"

RDEPENDS_${PN} += "python3-pygobject"
RDEPENDS_${PN} += "python3-pygobject python3-dbus"

0 comments on commit ca21fbc

Please sign in to comment.