From e4b91b29395d67146f84697ea9f24f3194e62f22 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 23 Jul 2024 15:51:27 +0100 Subject: python3-pyelftools: use python_setuptools_build_meta build class This package can be built using pep517 classes now. (From OE-Core rev: b0bd0940fc776914614b8a442f32b1661db0361f) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pyelftools_0.31.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.31.bb b/meta/recipes-devtools/python/python3-pyelftools_0.31.bb index 551fed6876..0774caafdb 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" -- cgit v1.2.3-54-g00ecf