summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-03 11:46:06 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-03 11:47:34 -0700
commita3594a9fa61e4a429173a04d674cb0f9ace92d80 (patch)
treec8f1020b82f0b8197a5700996f3e8b04cd8c9b3b /meta-python
parent65d95cc1a7f7d9f1360c9f8a0294a4b6c47d9def (diff)
downloadmeta-openembedded-a3594a9fa61e4a429173a04d674cb0f9ace92d80.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb2
1 files changed, 1 insertions, 1 deletions
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"
5 5
6PYPI_PACKAGE = "types_psutil" 6PYPI_PACKAGE = "types_psutil"
7 7
8inherit pypi setuptools3 8inherit pypi python_setuptools_build_meta
9 9
10SRC_URI[sha256sum] = "71fe9c4477a7e3d4f1233862f0877af87bff057ff398f04f4e5c0ca60aded197" 10SRC_URI[sha256sum] = "71fe9c4477a7e3d4f1233862f0877af87bff057ff398f04f4e5c0ca60aded197"
11 11