6 buildPythonPackage rec {
7 pname = "jsonrpclib-pelix";
11 inherit pname version;
12 sha256 = "340915c17ebef7451948341542bf4789fc8d8c9fe604e86f00b722b6074a89f0";
15 doCheck = false; # test_suite="tests" in setup.py but no tests in pypi.
18 description = "JSON RPC client library - Pelix compatible fork";
19 homepage = "https://pypi.python.org/pypi/jsonrpclib-pelix/";
20 license = lib.licenses.asl20;
21 maintainers = with maintainers; [ ];