From: Tim Orling Date: Tue, 22 Feb 2022 19:16:41 +0000 (-0800) Subject: python3-pluggy: inherit setuptools_build_meta X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5063 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eedaa55ee5a7bec884e2deb4e39a7b737550f2f1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 14a7ccb0b0d..73bbcb02697 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 \