https://bugzilla.redhat.com/show_bug.cgi?id=1826998
Lumír Balhar lbalhar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |NotReady Flags|fedora-review? |fedora-review-
--- Comment #5 from Lumír Balhar lbalhar@redhat.com --- I have bad news for you :(
There are two jsonrpc python packages: - python-jsonrpc-server https://pypi.org/project/python-jsonrpc-server/ - jsonrpcserver https://pypi.org/project/jsonrpcserver/
The first one is the one this package needs because it provides pyls_jsonrpc. The second one is the one we have in Fedora (python-jsonrpcserver) and it provides jsonrpcserver.
I've figured this out when I tried to fix tests in %check section.
If you will package python-jsonrpc-server to Fedora, there will be a challenging part finding a good name because we already have python-jsonrpcserver and the python-jsonrpc-server package actually provides pyls_jsonrpc.