diff mbox series

[16/21] python3-pyzmq: inherit cython class

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

Commit Message

Ross Burton Nov. 14, 2024, 10 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-pyzmq_25.1.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
index 2a6993c141..6183783910 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb
@@ -7,7 +7,7 @@  LIC_FILES_CHKSUM = "\
     file://LICENSE.LESSER;md5=0e99bfbdd8b9d33b0221986fe3be89ed \
 "
 
-DEPENDS = "python3-packaging-native python3-cython-native python3-setuptools-scm-native zeromq"
+DEPENDS = "python3-packaging-native python3-setuptools-scm-native zeromq"
 
 SRC_URI:append = " \
     file://club-rpath-out.patch \
@@ -15,7 +15,7 @@  SRC_URI:append = " \
 "
 SRC_URI[sha256sum] = "93f1aa311e8bb912e34f004cf186407a4e90eec4f0ecc0efd26056bf7eda0226"
 
-inherit pypi pkgconfig python_setuptools_build_meta ptest
+inherit pypi pkgconfig python_setuptools_build_meta ptest cython
 
 PACKAGES =+ "\
     ${PN}-test \