diff mbox series

[meta-openembedded,master,19/24] python3-natsort: extend recipe for native/nativesdk builds

Message ID 20260315133441.3034831-20-deeratho@cisco.com
State New
Headers show
Series Pull request (Cover letter only) | expand

Commit Message

From: Deepak Rathore <deeratho@cisco.com>

Some SDK dependency chains require python3-natsort 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 <deeratho@cisco.com>
---
 meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb b/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb
index 206e322fbd..74da4f6160 100644
--- a/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb
@@ -9,3 +9,4 @@  SRC_URI[sha256sum] = "45312c4a0e5507593da193dedd04abb1469253b601ecaf63445ad80f0a
 inherit pypi setuptools3
 
 RDEPENDS:${PN} = "python3-fastnumbers python3-icu"
+BBCLASSEXTEND += "native nativesdk"