summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-23 15:51:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-24 22:51:40 +0100
commitaf87fe9e55ee9fd500c4c08f47511809f3f1af33 (patch)
treed02c0fa8df6b97d5cdeee34e54cfa81aff3d0c9d /meta/recipes-gnome
parentc8e2693c34eba6cf28a53aa85cbc7d0630890859 (diff)
downloadpoky-af87fe9e55ee9fd500c4c08f47511809f3f1af33.tar.gz
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>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb2
1 files changed, 1 insertions, 1 deletions
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"
16 16
17inherit setuptools3 17inherit setuptools3
18 18
19RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-toml python3-typogrify python3-xml" 19RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-typogrify python3-xml"
20 20
21BBCLASSEXTEND = "native nativesdk" 21BBCLASSEXTEND = "native nativesdk"