mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
python3-setuptools-scm: remove python3-tomli dependency
We have Python 3.11+ so setuptools-scm can use tomllib. (From OE-Core rev: 5c8a0a26d3f63d90bc97eec4b115d51dfb1b3995) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b121940131
commit
1d5520a9b0
@@ -14,7 +14,7 @@ inherit pypi python_setuptools_build_meta
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "scm-(?P<pver>.*)\.tar"
|
||||
|
||||
DEPENDS += "python3-tomli-native python3-packaging-native python3-typing-extensions-native"
|
||||
DEPENDS += "python3-packaging-native python3-typing-extensions-native"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
python3-packaging \
|
||||
|
||||
Reference in New Issue
Block a user