summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-11-14 22:00:04 +0000
committerKhem Raj <raj.khem@gmail.com>2024-11-19 16:59:08 -0800
commit38e0878123baec46d4cf4013a3463c9eb6959820 (patch)
tree88de6392ec92f2868a7c5e3e7ef4092cc9daec2e /meta-python
parent290c674b6a4b09fcc8dfd60e3da5020aeeef501d (diff)
downloadmeta-openembedded-38e0878123baec46d4cf4013a3463c9eb6959820.tar.gz
python3-pyzmq: inherit cython class
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb4
1 files changed, 2 insertions, 2 deletions
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 = "\
7 file://LICENSE.LESSER;md5=0e99bfbdd8b9d33b0221986fe3be89ed \ 7 file://LICENSE.LESSER;md5=0e99bfbdd8b9d33b0221986fe3be89ed \
8" 8"
9 9
10DEPENDS = "python3-packaging-native python3-cython-native python3-setuptools-scm-native zeromq" 10DEPENDS = "python3-packaging-native python3-setuptools-scm-native zeromq"
11 11
12SRC_URI:append = " \ 12SRC_URI:append = " \
13 file://club-rpath-out.patch \ 13 file://club-rpath-out.patch \
@@ -15,7 +15,7 @@ SRC_URI:append = " \
15" 15"
16SRC_URI[sha256sum] = "93f1aa311e8bb912e34f004cf186407a4e90eec4f0ecc0efd26056bf7eda0226" 16SRC_URI[sha256sum] = "93f1aa311e8bb912e34f004cf186407a4e90eec4f0ecc0efd26056bf7eda0226"
17 17
18inherit pypi pkgconfig python_setuptools_build_meta ptest 18inherit pypi pkgconfig python_setuptools_build_meta ptest cython
19 19
20PACKAGES =+ "\ 20PACKAGES =+ "\
21 ${PN}-test \ 21 ${PN}-test \