From: Bartosz Golaszewski <[email protected]> Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- .../recipes-devtools/python/python3-tomlkit_0.11.8.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-tomlkit_0.11.8.bb b/meta-python/recipes-devtools/python/python3-tomlkit_0.11.8.bb index 71a43c455..5ec7e6e9a 100644 --- a/meta-python/recipes-devtools/python/python3-tomlkit_0.11.8.bb +++ b/meta-python/recipes-devtools/python/python3-tomlkit_0.11.8.bb @@ -11,6 +11,12 @@ SRC_URI += " \ file://run-ptest \ " +RDEPENDS:${PN} += " \ + python3-datetime \ + python3-profile \ + python3-stringold \ +" + RDEPENDS:${PN}-ptest += " \ ${PYTHON_PN}-poetry-core \ ${PYTHON_PN}-pytest \ -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102963): https://lists.openembedded.org/g/openembedded-devel/message/102963 Mute This Topic: https://lists.openembedded.org/mt/99237942/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
