summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-jsonrpcserver
Commit message (Collapse)AuthorAgeFilesLines
* python3-jsonrpcserver: add patch to use importlib.resources instead of ↵Sam Van Den Berge2022-08-061-0/+44
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>