diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-11-14 22:00:08 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:09 -0800 |
| commit | 9a95e7c93c9345585e4492877facc83359391bd0 (patch) | |
| tree | 038423d2009de8a67ca87aa023eaae64d6c55e58 /meta-python | |
| parent | 46c2c0fac5583b8be6d41e822a7416bf74f67b04 (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 10 | PYPI_PACKAGE = "yarl" | 10 | PYPI_PACKAGE = "yarl" |
| 11 | 11 | ||
| 12 | inherit pypi ptest python_setuptools_build_meta | 12 | inherit pypi ptest python_setuptools_build_meta cython |
| 13 | 13 | ||
| 14 | DEPENDS += " \ | 14 | DEPENDS += " \ |
| 15 | python3-expandvars-native \ | 15 | python3-expandvars-native \ |
| 16 | python3-cython-native \ | ||
| 17 | " | 16 | " |
| 18 | 17 | ||
| 19 | RDEPENDS:${PN} = "\ | 18 | RDEPENDS:${PN} = "\ |
