From f70280e907b4a71ee13bd782c682c8cee162002c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 23 Jul 2024 15:51:13 +0100 Subject: [PATCH] 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 --- meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3