libxapp: Fix QA for missing RDEPENDS

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-04-21 00:45:06 +02:00
parent 0c0025991c
commit 38d9b18cc0

View File

@@ -35,12 +35,15 @@ FILES:${PN} += " \
${datadir}/dbus-1 \
${libdir}/gtk-3.0/modules/libxapp-gtk3-module.so \
"
RDEPENDS:${PN} = " \
bash \
python3-core \
"
FILES:${PN}-dev += "${datadir}/glade"
PACKAGES += "${PN}-python3"
FILES:${PN}-python3 += "${PYTHON_SITEPACKAGES_DIR}"
RDEPENDS::${PN}-python3 = " \
python3-core \
${PN} \
"