From: Deepak Rathore <[email protected]> Some SDK dependency chains require python3-types-python-dateutil to be available as host/SDK artifacts. The current metadata only partially provides this, which can lead to dependency resolution failures when this recipe is pulled into SDK-oriented builds.
This change does not alter target package behavior; it only enables required native/nativesdk variants for build and SDK integration paths. Signed-off-by: Deepak Rathore <[email protected]> --- .../python/python3-types-python-dateutil_2.9.0.20241003.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20241003.bb b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20241003.bb index 09d919dd82..2149f02178 100644 --- a/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20241003.bb +++ b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20241003.bb @@ -6,3 +6,4 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462 SRC_URI[sha256sum] = "58cb85449b2a56d6684e41aeefb4c4280631246a0da1a719bdbe6f3fb0317446" inherit pypi setuptools3 +BBCLASSEXTEND += "native nativesdk" -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125242): https://lists.openembedded.org/g/openembedded-devel/message/125242 Mute This Topic: https://lists.openembedded.org/mt/118327843/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
