From: Hongxu Jia Date: Wed, 4 Mar 2026 04:54:13 +0000 (+0800) Subject: python3-semantic-version: remove python3-pkg-resources from runtime depends X-Git-Tag: uninative-5.1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44a58e689162060dde57d1eeec1ee49bb5b60a37;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-semantic-version: remove python3-pkg-resources from runtime depends Due to setuptools removes and deprecates pkg_resources in 82.0.0 [1], python-semanticversion import `pkg_resources` conditionally for Python 3.8- [2], because we have python 3.14+, then python3-pkg-resources is not necessary for us, remove it from runtime depends [1] https://setuptools.pypa.io/en/stable/history.html#v82-0-0 [2] https://github.com/rbarrois/python-semanticversion/commit/306fbe1b2222d218c62c2ddb32d91eeea8957951 Signed-off-by: Hongxu Jia Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb b/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb index 78763a911e..01eb75f10d 100644 --- a/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb +++ b/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb @@ -11,9 +11,5 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi setuptools3 -RDEPENDS:${PN} += " \ - python3-pkg-resources \ -" - BBCLASSEXTEND = "native nativesdk"