mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
gi-docgen: remove obsolete python3-toml dependency
As we have Python 3.11+, tomllib will be used. (From OE-Core rev: f70280e907b4a71ee13bd782c682c8cee162002c) 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
c8e2693c34
commit
af87fe9e55
@@ -16,6 +16,6 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-toml python3-typogrify python3-xml"
|
||||
RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-typogrify python3-xml"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user