From f0c8712c741e08a02d13f3c0f36ae8558c738a15 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:44 +0200 Subject: [PATCH] python3-tomlkit: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- .../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 71a43c4551..5ec7e6e9af 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 \