summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-11-14 22:00:08 +0000
committerKhem Raj <raj.khem@gmail.com>2024-11-19 16:59:09 -0800
commit9a95e7c93c9345585e4492877facc83359391bd0 (patch)
tree038423d2009de8a67ca87aa023eaae64d6c55e58 /meta-python
parent46c2c0fac5583b8be6d41e822a7416bf74f67b04 (diff)
downloadmeta-openembedded-9a95e7c93c9345585e4492877facc83359391bd0.tar.gz
python3-yarl: 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-yarl_1.17.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb
index deafc23af4..17fbaa38bb 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.17.1.bb
@@ -9,11 +9,10 @@ SRC_URI += "file://run-ptest"
9 9
10PYPI_PACKAGE = "yarl" 10PYPI_PACKAGE = "yarl"
11 11
12inherit pypi ptest python_setuptools_build_meta 12inherit pypi ptest python_setuptools_build_meta cython
13 13
14DEPENDS += " \ 14DEPENDS += " \
15 python3-expandvars-native \ 15 python3-expandvars-native \
16 python3-cython-native \
17" 16"
18 17
19RDEPENDS:${PN} = "\ 18RDEPENDS:${PN} = "\