From: Ross Burton Date: Tue, 23 Jul 2024 14:51:13 +0000 (+0100) Subject: gi-docgen: remove obsolete python3-toml dependency X-Git-Tag: yocto-5.2~2300 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f70280e907b4a71ee13bd782c682c8cee162002c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gi-docgen: remove obsolete python3-toml dependency As we have Python 3.11+, tomllib will be used. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb index 54d7ef75136..488f2663cbf 100644 --- a/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb +++ b/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb @@ -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"