summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-08-04 22:18:01 +0100
committerKhem Raj <raj.khem@gmail.com>2025-08-04 17:32:07 -0700
commit530dbcec10af4988fbcd5ed2a474ee6edd6ed84e (patch)
tree41729ccf97e09c1dfbc6babf9bf1ffd9f6f89b85 /meta-python
parent0fdcb5154a5f9ad09d1fdb6d3e6cb6a5def32962 (diff)
downloadmeta-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.bb2
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"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e" 5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
6 6
7inherit pypi python_setuptools_build_meta 7inherit pypi python_hatchling
8 8
9SRC_URI[sha256sum] = "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" 9SRC_URI[sha256sum] = "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970"
10 10