diff mbox series

[14/37] python3-jinja2: remove obsolete python3-toml dependency

Message ID 20240723145137.74198-14-ross.burton@arm.com
State Accepted, archived
Commit d1ce0b4d40c5ac598564873d892c7be74ea2528b
Headers show
Series [01/37] python3: add dependency on -compression to -core | expand

Commit Message

Ross Burton July 23, 2024, 2:51 p.m. UTC
As we have Python 3.11+, tomllib will be used.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-jinja2_3.1.4.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 \
 "