mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
python3-cytoolz: 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
124ca62174
commit
723c9b33fe
|
|
@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d422ebce3e9c6447563bd410e9b22f2e"
|
|||
|
||||
SRC_URI[sha256sum] = "eb453b30182152f9917a5189b7d99046b6ce90cdf8aeb0feff4b2683e600defd"
|
||||
|
||||
inherit pypi setuptools3
|
||||
inherit pypi setuptools3 cython
|
||||
|
||||
DEPENDS += "python3-cython-native"
|
||||
RDEPENDS:${PN} += "python3-toolz"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user