From: Ross Burton Date: Tue, 23 Jul 2024 14:51:27 +0000 (+0100) Subject: python3-pyelftools: use python_setuptools_build_meta build class X-Git-Tag: yocto-5.2~2287 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0bd0940fc776914614b8a442f32b1661db0361f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pyelftools: use python_setuptools_build_meta build class This package can be built using pep517 classes now. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.31.bb b/meta/recipes-devtools/python/python3-pyelftools_0.31.bb index 551fed6876d..0774caafdba 100644 --- a/meta/recipes-devtools/python/python3-pyelftools_0.31.bb +++ b/meta/recipes-devtools/python/python3-pyelftools_0.31.bb @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "c774416b10310156879443b81187d182d8d9ee499660380e645918b50b PYPI_PACKAGE = "pyelftools" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta BBCLASSEXTEND = "native"