This is a build dependency that isn't flagged when we call the build API directly.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb b/meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb index 9aaae071d31..212aa8a005a 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb @@ -11,7 +11,7 @@ inherit pypi python_setuptools_build_meta UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P<pver>.*)\.tar" -DEPENDS += "python3-tomli-native" +DEPENDS += "python3-tomli-native python3-packaging-native" RDEPENDS:${PN} = "\ ${PYTHON_PN}-packaging \ -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#166192): https://lists.openembedded.org/g/openembedded-core/message/166192 Mute This Topic: https://lists.openembedded.org/mt/91359152/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
