| Message ID | 20260605151511.3522627-2-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/4] libedit: upgrade 20251016 -> 20260512 | expand |
diff --git a/meta/recipes-devtools/python/python3_3.14.5.bb b/meta/recipes-devtools/python/python3_3.14.5.bb index 501de75fb18..b3709db9e21 100644 --- a/meta/recipes-devtools/python/python3_3.14.5.bb +++ b/meta/recipes-devtools/python/python3_3.14.5.bb @@ -553,10 +553,6 @@ RDEPENDS:${PN}-ptest = "\ binutils \ bzip2 \ coreutils \ - gcc \ - gcc-symlinks \ - g++ \ - libgcc \ locale-base-fr-fr \ locale-base-en-us \ locale-base-de-de \
The tests that build extension code in the test suite are not currently enabled: we need to opt-in to both the "calls subprocesses" and "CPU intensive" features. Until that is done, drop the dependencies. They're only valid for when python3 was built with the GCC toolchain and would need to be set using toolchain overrides instead, and there's also breakage if ccache is enabled. This has the side-effect of removing a dependency on target gcc from all builds of python3. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3_3.14.5.bb | 4 ---- 1 file changed, 4 deletions(-)