From: Deepak Rathore <[email protected]> Some SDK dependency chains require python3-fastnumbers 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]> --- meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb index 3a92fe0ab4..6c6a46a5b3 100644 --- a/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb @@ -17,3 +17,4 @@ RDEPENDS:${PN}-ptest += "\ python3-numpy \ python3-typing-extensions \ " +BBCLASSEXTEND += "native nativesdk" -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125241): https://lists.openembedded.org/g/openembedded-devel/message/125241 Mute This Topic: https://lists.openembedded.org/mt/118327842/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
