mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user