mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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] 1a3f5e3769
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
dae627f632
commit
6bce0aedab
@ -26,7 +26,6 @@ RDEPENDS:${PN} += "\
|
||||
python3-msgpack \
|
||||
python3-netserver \
|
||||
python3-packaging \
|
||||
python3-pkg-resources \
|
||||
python3-setuptools \
|
||||
python3-sqlite3 \
|
||||
python3-typing-extensions \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user