diff mbox series

[meta-openembedded,master,15/24] python3-future: extend recipe for nativesdk builds

Message ID 20260315133441.3034831-16-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-future to be available
as 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
nativesdk variant for build and SDK integration paths.

Signed-off-by: Deepak Rathore <deeratho@cisco.com>
---
 meta-python/recipes-devtools/python/python3-future_1.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-future_1.0.0.bb b/meta-python/recipes-devtools/python/python3-future_1.0.0.bb
index eb66a7d33c..d11b560644 100644
--- a/meta-python/recipes-devtools/python/python3-future_1.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-future_1.0.0.bb
@@ -9,4 +9,4 @@  PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3
 
 inherit pypi setuptools3
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"