diff mbox series

[1/3] python3-cchardet: depend on cython

Message ID 20221005093949.1527779-1-alex@linutronix.de
State Under Review
Headers show
Series [1/3] python3-cchardet: depend on cython | expand

Commit Message

Alexander Kanavin Oct. 5, 2022, 9:39 a.m. UTC
pre-generated cython files in the tarball are not compatible
with python 3.11, and adding a dependency will regenerate them.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb
index d6d96965e..3d9194c21 100644
--- a/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb
+++ b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb
@@ -8,3 +8,5 @@  SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60a
 inherit pypi setuptools3
 
 BBCLASSEXTEND = "native nativesdk"
+
+DEPENDS += "python3-cython-native"