Message ID | 20241114220009.737413-3-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [01/21] blueman: inherit cython class | expand |
diff --git a/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb b/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb index 15fb1733a8..9df99e03c8 100644 --- a/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb @@ -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"
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)