From: Tim Orling Date: Tue, 22 Feb 2022 19:16:41 +0000 (-0800) Subject: python3-pluggy: inherit setuptools_build_meta X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eedaa55ee5a7bec884e2deb4e39a7b737550f2f1;p=openembedded-core.git python3-pluggy: inherit setuptools_build_meta Upstream provides a pyproject.toml which while it does not declare the setuptools.build_meta backend is compatible with it. [YOCTO #14638] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb index 14a7ccb0b0..73bbcb0269 100644 --- a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb +++ b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb @@ -10,7 +10,7 @@ RDEPENDS:${PN} += "${PYTHON_PN}-importlib-metadata \ ${PYTHON_PN}-more-itertools \ " -inherit pypi ptest setuptools3 +inherit pypi ptest setuptools_build_meta SRC_URI += " \ file://run-ptest \