Message ID | 20250703184710.2598995-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-python] python3-types-psutil: Use pep517-backend Fixes | expand |
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"
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> --- .../python/python3-types-psutil_7.0.0.20250601.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)