diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-11-14 21:59:51 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:07 -0800 |
| commit | 723c9b33fe96746ab34963d2eb2552362c1dca15 (patch) | |
| tree | 064056ad020a280de878c01bf9f3feab2bd8f58e /meta-python | |
| parent | 124ca621748eb9aa40eb407ad7b2c9bac66830d1 (diff) | |
| download | meta-openembedded-723c9b33fe96746ab34963d2eb2552362c1dca15.tar.gz | |
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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cytoolz_1.0.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
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" | |||
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "eb453b30182152f9917a5189b7d99046b6ce90cdf8aeb0feff4b2683e600defd" | 8 | SRC_URI[sha256sum] = "eb453b30182152f9917a5189b7d99046b6ce90cdf8aeb0feff4b2683e600defd" |
| 9 | 9 | ||
| 10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 cython |
| 11 | 11 | ||
| 12 | DEPENDS += "python3-cython-native" | ||
| 13 | RDEPENDS:${PN} += "python3-toolz" | 12 | RDEPENDS:${PN} += "python3-toolz" |
