]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gi-docgen: remove obsolete python3-toml dependency
authorRoss Burton <ross.burton@arm.com>
Tue, 23 Jul 2024 14:51:13 +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-gnome/gi-docgen/gi-docgen_2023.3.bb

index 54d7ef75136a9f3e37b490424610c83cca3c1f18..488f2663cbf769b8adaf278cc507135cdb2691f8 100644 (file)
@@ -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"