summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2026-03-04 12:54:53 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-03 21:08:14 -0800
commit6bce0aedabb6847915521c65401659abd733dad3 (patch)
tree9935475c69a9516bb5a2a723597ea553cfb6cdca /meta-python
parentdae627f6324f3e6ab60b602f9d469275c2c3582a (diff)
downloadmeta-openembedded-6bce0aedabb6847915521c65401659abd733dad3.tar.gz
python3-can: remove python3-pkg-resources from runtime depends
Due to setuptools removes and deprecates pkg_resources in 82.0.0 [1], python3-can does not import `pkg_resources` in [2], 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/hardbyte/python-can/commit/1a3f5e3769aa565ada8c27177a94f7db43d019dc Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-can_4.6.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_4.6.1.bb b/meta-python/recipes-devtools/python/python3-can_4.6.1.bb
index 04ce22346c..a2746511f8 100644
--- a/meta-python/recipes-devtools/python/python3-can_4.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-can_4.6.1.bb
@@ -26,7 +26,6 @@ RDEPENDS:${PN} += "\
26 python3-msgpack \ 26 python3-msgpack \
27 python3-netserver \ 27 python3-netserver \
28 python3-packaging \ 28 python3-packaging \
29 python3-pkg-resources \
30 python3-setuptools \ 29 python3-setuptools \
31 python3-sqlite3 \ 30 python3-sqlite3 \
32 python3-typing-extensions \ 31 python3-typing-extensions \