From: Bartosz Golaszewski <[email protected]> Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- meta/recipes-devtools/python/python3-dtschema_2023.4.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.4.bb b/meta/recipes-devtools/python/python3-dtschema_2023.4.bb index f87563facd..e5a18b0649 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2023.4.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2023.4.bb @@ -10,6 +10,11 @@ PYPI_PACKAGE = "dtschema" SRC_URI[sha256sum] = "6daefb8f54403b4d82961b3346571200571747ab01950fd36c1f69950fa7a8cf" DEPENDS += "python3-setuptools-scm-native" -RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" +RDEPENDS:${PN} += " \ + python3-jsonschema \ + python3-libfdt \ + python3-rfc3987 \ + python3-ruamel-yaml \ +" BBCLASSEXTEND = "native nativesdk" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#181456): https://lists.openembedded.org/g/openembedded-core/message/181456 Mute This Topic: https://lists.openembedded.org/mt/98944003/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
