From 524929e379f902a335aeda07dd08f026f88fc1e5 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 23 Jul 2024 15:51:16 +0100 Subject: [PATCH] python3-setuptools-scm: remove obsolete python3-tomli dependency As we have Python 3.11+, tomllib will be used. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb | 1 - 1 file changed, 1 deletion(-) 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 \ " -- 2.47.3