gupnp: Add missing rdep on python3-core

python3-core is needed to provide /usr/bin/python3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2023-11-11 00:35:04 -08:00
parent 1ad7a9e2ce
commit 354672a2af
@@ -18,4 +18,4 @@ gupnp_sysroot_preprocess () {
FILES:${PN}-dev += "${bindir}/gupnp-binding-tool*"
RDEPENDS:${PN}-dev = "python3 python3-xml"
RDEPENDS:${PN}-dev += "python3-core python3-xml"