diff options
author | Ross Burton <ross.burton@arm.com> | 2025-08-04 22:18:01 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-08-04 17:32:07 -0700 |
commit | 530dbcec10af4988fbcd5ed2a474ee6edd6ed84e (patch) | |
tree | 41729ccf97e09c1dfbc6babf9bf1ffd9f6f89b85 /meta-python | |
parent | 0fdcb5154a5f9ad09d1fdb6d3e6cb6a5def32962 (diff) | |
download | meta-openembedded-530dbcec10af4988fbcd5ed2a474ee6edd6ed84e.tar.gz |
python3-termcolor: use correct Python build backend class
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-termcolor_3.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb index 81e96507dd..5b82da4838 100644 --- a/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e" |
6 | 6 | ||
7 | inherit pypi python_setuptools_build_meta | 7 | inherit pypi python_hatchling |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" | 9 | SRC_URI[sha256sum] = "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" |
10 | 10 | ||