Message ID | 20250804211804.344751-17-ross.burton@arm.com |
---|---|
State | Accepted |
Headers | show |
Series | [01/20] python3-jsonref: use correct Python build backend class | expand |
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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e" -inherit pypi python_setuptools_build_meta +inherit pypi python_hatchling SRC_URI[sha256sum] = "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970"
Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)