From: Bartosz Golaszewski <[email protected]> Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- .../python/python3-pyproject-metadata_0.7.1.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb b/meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb index 32938421d..9887af78d 100644 --- a/meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyproject-metadata_0.7.1.bb @@ -8,3 +8,9 @@ inherit pypi python_setuptools_build_meta SRC_URI[sha256sum] = "0a94f18b108b9b21f3a26a3d541f056c34edcb17dc872a144a15618fed7aef67" BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += " \ + python3-logging \ + python3-packaging \ + python3-profile \ +" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102993): https://lists.openembedded.org/g/openembedded-devel/message/102993 Mute This Topic: https://lists.openembedded.org/mt/99237974/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
