mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 23:10:30 +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:
parent
46c2c0fac5
commit
9a95e7c93c
@ -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} = "\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user