diff mbox series

[15/37] python3-setuptools-rust: remove obsolete python3-toml dependency

Message ID 20240723145137.74198-15-ross.burton@arm.com
State Accepted, archived
Commit 173fe8059cc7637c5ef2bd8a1e9448092705335a
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
As we have Python 3.11+, tomllib will be used.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb | 1 -
 1 file changed, 1 deletion(-)

Comments

Richard Purdie July 24, 2024, 9:34 a.m. UTC | #1
On Tue, 2024-07-23 at 15:51 +0100, Ross Burton via
lists.openembedded.org wrote:
> As we have Python 3.11+, tomllib will be used.
> 
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/meta/recipes-devtools/python/python3-setuptools-
> rust_1.9.0.bb b/meta/recipes-devtools/python/python3-setuptools-
> rust_1.9.0.bb
> index 8eb2513d694..62ac4764038 100644
> --- a/meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb
> +++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb
> @@ -27,7 +27,6 @@ RDEPENDS:${PN} += " \
>      python3-setuptools \
>      python3-setuptools-scm \
>      python3-shell \
> -    python3-toml \
>      python3-typing-extensions \
>      python3-wheel \
>  "

Does this need replacing with the tomllib dependency? Is this why
python3-cryptography had ptest failures unable to import tomllib?

https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/6659
https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6836

https://autobuilder.yocto.io/pub/non-release/20240723-67/testresults/qemux86-64-ptest/python3-cryptography.log

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb
index 8eb2513d694..62ac4764038 100644
--- a/meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb
@@ -27,7 +27,6 @@  RDEPENDS:${PN} += " \
     python3-setuptools \
     python3-setuptools-scm \
     python3-shell \
-    python3-toml \
     python3-typing-extensions \
     python3-wheel \
 "