diff mbox series

[meta-python,4/4] python3-propcache: add BBCLASSEXTEND native & nativesdk

Message ID 20251122001227.3538675-4-yoann.congal@smile.fr
State Under Review
Headers show
Series [meta-python,1/4] python3-asttokens: add BBCLASSEXTEND nativesdk | expand

Commit Message

Yoann Congal Nov. 22, 2025, 12:12 a.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

Since commit 82c2959678a0 ("python3-yarl: add BBCLASSEXTEND = "native nativesdk""),
python3-yarl-native (resp. nativesdk-python3-yarl) needs
python3-propcache-native (nativesdk-python3-yarl) to build.

Cc: Tom Geelen <t.f.g.geelen@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb b/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb
index 0bb31cd5d9..53ec5b33b9 100644
--- a/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb
@@ -22,3 +22,4 @@  RDEPENDS:${PN}-ptest += " \
 	python3-statistics \
 "
 
+BBCLASSEXTEND += "native nativesdk"