]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-scons: remove python3-pkg-resources from runtime depends
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 4 Mar 2026 04:54:12 +0000 (12:54 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2026 16:31:08 +0000 (16:31 +0000)
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 <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-scons_4.10.1.bb

index 4a62e2e81176cb4a606714eefaf7219153db0339..5fb896f8bc72c034af23886ca49b57333f0b1ce5 100644 (file)
@@ -18,7 +18,6 @@ RDEPENDS:${PN}:class-target = "\
   python3-json \
   python3-shell \
   python3-pickle \
-  python3-pkg-resources \
   python3-pprint \
   "