mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
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>
This commit is contained in:
@@ -9,11 +9,10 @@ SRC_URI += "file://run-ptest"
|
||||
|
||||
PYPI_PACKAGE = "yarl"
|
||||
|
||||
inherit pypi ptest python_setuptools_build_meta
|
||||
inherit pypi ptest python_setuptools_build_meta cython
|
||||
|
||||
DEPENDS += " \
|
||||
python3-expandvars-native \
|
||||
python3-cython-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
|
||||
Reference in New Issue
Block a user