From: Hongxu Jia Date: Wed, 4 Mar 2026 04:54:12 +0000 (+0800) Subject: python3-scons: remove python3-pkg-resources from runtime depends X-Git-Tag: uninative-5.1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57b5dfef47ec1a667608a841e487e6167bbef9c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-scons: remove python3-pkg-resources from runtime depends Due to setuptools removes and deprecates pkg_resources in 82.0.0 [1], SCons nowhere in its code does import `setuptools` or `pkg_resources` [2], remove python3-pkg-resources from runtime depends [1] https://setuptools.pypa.io/en/stable/history.html#v82-0-0 [2] https://github.com/SCons/scons/commit/e27b28c6b3ca8c9155bff38891189eb73deab611 Signed-off-by: Hongxu Jia Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-scons_4.10.1.bb b/meta/recipes-devtools/python/python3-scons_4.10.1.bb index 4a62e2e811..5fb896f8bc 100644 --- a/meta/recipes-devtools/python/python3-scons_4.10.1.bb +++ b/meta/recipes-devtools/python/python3-scons_4.10.1.bb @@ -18,7 +18,6 @@ RDEPENDS:${PN}:class-target = "\ python3-json \ python3-shell \ python3-pickle \ - python3-pkg-resources \ python3-pprint \ "