9 buildPythonPackage rec {
12 format = "setuptools";
17 hash = "sha256-WyMALxpNXTCF4xVVoHUZxe+NTEAHHrSZVW/9qBFIYKI=";
20 propagatedBuildInputs = [ attrs ];
22 disabled = pythonOlder "3.6";
24 # Checks needs internet access
27 pythonImportsCheck = [ "aiorpcx" ];
30 description = "Transport, protocol and framing-independent async RPC client and server implementation";
31 homepage = "https://github.com/kyuupichan/aiorpcX";
32 license = licenses.mit;
33 maintainers = with maintainers; [ prusnak ];