diff mbox series

[meta-python,4/4] python3-charset-normalizer: add native build option to recipe

Message ID 20240407212445.667665-4-t.f.g.geelen@gmail.com
State New
Headers show
Series [meta-python,1/4] python3-casttube: upgrade 0.2.0 -> 0.2.1 | expand

Commit Message

Tom Geelen April 7, 2024, 9:24 p.m. UTC
Packages such as aiooui need charset-normalizer as a DEPENDS instead of RDEPENDS. Therefore a the charset-normalizer recipe is extended.

Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
---
 .../recipes-devtools/python/python3-charset-normalizer_3.3.2.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb
index 0e6d62fc2..ca9a88ccf 100644
--- a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb
@@ -13,3 +13,5 @@  RDEPENDS:${PN} += " \
 	python3-codecs \
 	python3-json \
 "
+
+BBCLASSEXTEND = "native nativesdk"