diff mbox series

[29/37] python3-scons: use python_setuptools_build_meta build class

Message ID 20240723145137.74198-29-ross.burton@arm.com
State Accepted, archived
Commit 9cf6a9c261b3c01402c511a2a9b4a9fda33b6e8e
Headers show
Series [01/37] python3: add dependency on -compression to -core | expand

Commit Message

Ross Burton July 23, 2024, 2:51 p.m. UTC
This package can be built using pep517 classes now.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-scons_4.7.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 \