]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-setuptools-rust: remove obsolete python3-toml dependency
authorRoss Burton <ross.burton@arm.com>
Tue, 23 Jul 2024 14:51:15 +0000 (15:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Jul 2024 21:49:18 +0000 (22:49 +0100)
As we have Python 3.11+, tomllib will be used.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb

index 8eb2513d69433296d61c510ad8c68cf5bc55ad89..62ac476403850ee73b13dfc774ee2b8e1e3cbb76 100644 (file)
@@ -27,7 +27,6 @@ RDEPENDS:${PN} += " \
     python3-setuptools \
     python3-setuptools-scm \
     python3-shell \
-    python3-toml \
     python3-typing-extensions \
     python3-wheel \
 "