9 buildPythonPackage rec {
13 src = fetchFromGitHub {
14 owner = "tomerfiliba";
17 sha256 = "1g75k4valfjgab00xri4pf8c8bb2zxkhgkpyy44fjk7s5j66daa1";
20 propagatedBuildInputs = [ plumbum ];
22 checkInputs = [ pytestCheckHook ];
24 # Disable tests that requires network access
30 pythonImportsCheck = [ "rpyc" ];
33 description = "Remote Python Call (RPyC), a transparent and symmetric RPC library";
34 homepage = "https://rpyc.readthedocs.org";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];