From: Ross Burton Date: Tue, 23 Jul 2024 14:51:31 +0000 (+0100) Subject: python3-setuptools-scm: remove python3-tomli dependency X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c8a0a2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-setuptools-scm: remove python3-tomli dependency We have Python 3.11+ so setuptools-scm can use tomllib. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 d116327fc6a..d8b9f8f2625 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 @@ -14,7 +14,7 @@ inherit pypi python_setuptools_build_meta UPSTREAM_CHECK_REGEX = "scm-(?P.*)\.tar" -DEPENDS += "python3-tomli-native python3-packaging-native python3-typing-extensions-native" +DEPENDS += "python3-packaging-native python3-typing-extensions-native" RDEPENDS:${PN} = "\ python3-packaging \