diff mbox series

[16/37] python3-setuptools-scm: remove obsolete python3-tomli dependency

Message ID 20240723145137.74198-16-ross.burton@arm.com
State Accepted, archived
Commit 524929e379f902a335aeda07dd08f026f88fc1e5
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-setuptools-scm_8.1.0.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb b/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb
index ea65b476fcd..d116327fc6a 100644
--- a/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb
@@ -21,7 +21,6 @@  RDEPENDS:${PN} = "\
     python3-pip \
     python3-pyparsing \
     python3-setuptools \
-    python3-tomli \
     python3-typing-extensions \
 "