diff options
author | Sam Van Den Berge <sam.van.den.berge@gmail.com> | 2022-08-02 15:27:27 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-06 09:40:09 -0700 |
commit | 8ad020938f86944c9c4589fa6f9abdc700d619c5 (patch) | |
tree | a52545404fa21065a092a85017ec1e085ef647ee /meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb | |
parent | 85b7ff3a38a7a431e16f4d90753774056363224c (diff) | |
download | meta-openembedded-8ad020938f86944c9c4589fa6f9abdc700d619c5.tar.gz |
python3-jsonrpcserver: add patch to use importlib.resources instead of pkg_resources
Currently jsonrpcserver has a runtime dependency to setuptools because
it uses pkg_resources. Setuptools however is not listed in the RDEPENDS
of python3-jsonrpcserver. We could add setuptools to RDEPENDS but since
pkg_resources is discouraged anyway [1], I posted a patch upstream to
replace pkg_resources by importlib.resources.
Until the upstream patch is accepted and released, add it here as a
patch so python3-jsonrpcserver is usable without the setuptools
dependency.
Upstream-Status: Submitted [https://github.com/explodinglabs/jsonrpcserver/pull/235]
Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb')
0 files changed, 0 insertions, 0 deletions