8 buildPythonPackage rec {
15 sha256 = "0lx54bcinp44fmr8q4bbffsqbkg8kdcwykf9i5jj0bj3sfzgf9k0";
18 propagatedBuildInputs = [ attrs ];
20 disabled = pythonOlder "3.6";
22 # Checks needs internet access
25 pythonImportsCheck = [ "aiorpcx" ];
28 description = "Transport, protocol and framing-independent async RPC client and server implementation";
29 homepage = "https://github.com/kyuupichan/aiorpcX";
30 license = licenses.mit;
31 maintainers = with maintainers; [ prusnak ];