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:
Ross Burton 2024-11-14 21:59:51 +00:00 committed by Khem Raj
parent 124ca62174
commit 723c9b33fe
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"