From: Bartosz Golaszewski <[email protected]> Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- .../recipes-devtools/python/python3-process-tests_2.1.2.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb b/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb index 24ab0399f..eb01504f6 100644 --- a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb @@ -13,3 +13,9 @@ inherit pypi setuptools3 RDEPENDS:${PN} += "python3-core" BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += " \ + python3-io \ + python3-logging \ + python3-unittest \ +" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102979): https://lists.openembedded.org/g/openembedded-devel/message/102979 Mute This Topic: https://lists.openembedded.org/mt/99237959/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
