From a3594a9fa61e4a429173a04d674cb0f9ace92d80 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 3 Jul 2025 11:46:06 -0700 Subject: python3-types-psutil: Use pep517-backend Fixes QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb b/meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb index fead4ea903..146361c5fd 100644 --- a/meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb +++ b/meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ec038232ab86edd7354b091c54e190e2" PYPI_PACKAGE = "types_psutil" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta SRC_URI[sha256sum] = "71fe9c4477a7e3d4f1233862f0877af87bff057ff398f04f4e5c0ca60aded197" -- cgit v1.2.3-54-g00ecf