From af87fe9e55ee9fd500c4c08f47511809f3f1af33 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. (From OE-Core rev: f70280e907b4a71ee13bd782c682c8cee162002c) 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 54d7ef7513..488f2663cb 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"