diff mbox series

[02/21] python3-cchardet: inherit cython class

Message ID 20241114220009.737413-2-ross.burton@arm.com
State New
Headers show
Series [01/21] blueman: inherit cython class | expand

Commit Message

Ross Burton Nov. 14, 2024, 9:59 p.m. UTC
Use the new cython class to avoid duplicated fixup code to remove build
paths.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
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 3d9194c219..b59c289c51 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
@@ -5,8 +5,6 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474"
 
 SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf"
 
-inherit pypi setuptools3
+inherit pypi setuptools3 cython
 
 BBCLASSEXTEND = "native nativesdk"
-
-DEPENDS += "python3-cython-native"