summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-scons_4.7.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-23 15:51:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-24 22:51:40 +0100
commitad37caf48c5a618ce1f717a6eda734266b9507e4 (patch)
tree20b7ad36c15ac2956e4c3501851e323e95029bd7 /meta/recipes-devtools/python/python3-scons_4.7.0.bb
parentd1635ee499a62b612e05897e2dd2a9a787591caf (diff)
downloadpoky-ad37caf48c5a618ce1f717a6eda734266b9507e4.tar.gz
python3-scons: use python_setuptools_build_meta build class
This package can be built using pep517 classes now. (From OE-Core rev: 9cf6a9c261b3c01402c511a2a9b4a9fda33b6e8e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-scons_4.7.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-scons_4.7.0.bb2
1 files changed, 1 insertions, 1 deletions
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 3611518541..f41b3e9271 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
9 9
10PYPI_PACKAGE = "SCons" 10PYPI_PACKAGE = "SCons"
11 11
12inherit pypi setuptools3 12inherit pypi python_setuptools_build_meta
13 13
14RDEPENDS:${PN}:class-target = "\ 14RDEPENDS:${PN}:class-target = "\
15 python3-core \ 15 python3-core \