diff options
author | Ross Burton <ross.burton@arm.com> | 2024-11-14 22:00:00 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:08 -0800 |
commit | 4cd4753cb15278e76cb601f640cb2284422072e2 (patch) | |
tree | 85314bb3d279293ba86bba2033d1c213c48c26f7 /meta-python | |
parent | f3057fe1aa224007ec3ea137a959f600dba09fdd (diff) | |
download | meta-openembedded-4cd4753cb15278e76cb601f640cb2284422072e2.tar.gz |
python3-propcache: 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-propcache_0.2.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb b/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb index 69e0bed4be..0b1ebc853d 100644 --- a/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "df81779732feb9d01e5d513fad0122efb3d53bbc75f61b2a4f29a020bc985e70" | 6 | SRC_URI[sha256sum] = "df81779732feb9d01e5d513fad0122efb3d53bbc75f61b2a4f29a020bc985e70" |
7 | 7 | ||
8 | inherit pypi python_setuptools_build_meta ptest | 8 | inherit pypi python_setuptools_build_meta ptest cython |
9 | 9 | ||
10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
11 | file://run-ptest \ | 11 | file://run-ptest \ |
@@ -13,7 +13,6 @@ SRC_URI += " \ | |||
13 | 13 | ||
14 | DEPENDS += " \ | 14 | DEPENDS += " \ |
15 | python3-expandvars-native \ | 15 | python3-expandvars-native \ |
16 | python3-cython-native \ | ||
17 | " | 16 | " |
18 | 17 | ||
19 | RDEPENDS:${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |