diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-07-23 15:51:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-24 22:51:40 +0100 |
| commit | 0a13d71affaeb6f8f1c9904b15fe445b4ddeb7a3 (patch) | |
| tree | cc23e2abee6c82d8451009cb9d71eb79ed26dfb3 /meta/recipes-devtools/python | |
| parent | 4ffb0e69ebbeee6a926abf5dc5672d7c8b2c06ac (diff) | |
| download | poky-0a13d71affaeb6f8f1c9904b15fe445b4ddeb7a3.tar.gz | |
python3-setuptools-rust: remove obsolete python3-toml dependency
As we have Python 3.11+, tomllib will be used.
(From OE-Core rev: 173fe8059cc7637c5ef2bd8a1e9448092705335a)
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')
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 8eb2513d69..62ac476403 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} += " \ | |||
| 27 | python3-setuptools \ | 27 | python3-setuptools \ |
| 28 | python3-setuptools-scm \ | 28 | python3-setuptools-scm \ |
| 29 | python3-shell \ | 29 | python3-shell \ |
| 30 | python3-toml \ | ||
| 31 | python3-typing-extensions \ | 30 | python3-typing-extensions \ |
| 32 | python3-wheel \ | 31 | python3-wheel \ |
| 33 | " | 32 | " |
