From: Ross Burton Date: Tue, 23 Jul 2024 14:51:14 +0000 (+0100) Subject: python3-jinja2: remove obsolete python3-toml dependency X-Git-Tag: yocto-5.2~2299 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1ce0b4d40c5ac598564873d892c7be74ea2528b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-jinja2: 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-devtools/python/python3-jinja2_3.1.4.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb index 2c020370113..9ea6a0cf4ec 100644 --- a/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb +++ b/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb @@ -26,7 +26,6 @@ do_install_ptest() { RDEPENDS:${PN}-ptest += " \ python3-pytest \ python3-unittest-automake-output \ - python3-toml \ python3-unixadmin \ "