From: Ross Burton Date: Tue, 23 Jul 2024 14:51:29 +0000 (+0100) Subject: python3-scons: use python_setuptools_build_meta build class X-Git-Tag: yocto-5.1~507 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf6a9c261b3c01402c511a2a9b4a9fda33b6e8e;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-scons: 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-scons_4.7.0.bb b/meta/recipes-devtools/python/python3-scons_4.7.0.bb index 36115185410..f41b3e92711 100644 --- a/meta/recipes-devtools/python/python3-scons_4.7.0.bb +++ b/meta/recipes-devtools/python/python3-scons_4.7.0.bb @@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "d8b617f6610a73e46509de70dcf82f76861b79762ff602d546f4e80918 PYPI_PACKAGE = "SCons" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta RDEPENDS:${PN}:class-target = "\ python3-core \