diff mbox series

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

Message ID 20260315133441.3034831-19-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-jsonpatch 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-jsonpatch_1.33.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-jsonpatch_1.33.bb b/meta-python/recipes-devtools/python/python3-jsonpatch_1.33.bb
index 6a1715c6df..5f0b3ab60b 100644
--- a/meta-python/recipes-devtools/python/python3-jsonpatch_1.33.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonpatch_1.33.bb
@@ -13,3 +13,4 @@  RDEPENDS:${PN} += " \
     python3-netclient \
     python3-stringold \
 "
+BBCLASSEXTEND += "native nativesdk"