1 { lib, buildPythonPackage, fetchPypi, dill }:
3 buildPythonPackage rec {
4 pname = "multiprocess";
9 sha256 = "9fd5bd990132da77e73dec6e9613408602a4612e1d73caf2e2b813d2b61508e5";
12 propagatedBuildInputs = [ dill ];
14 # Python-version dependent tests
18 description = "Better multiprocessing and multithreading in python";
19 homepage = "https://github.com/uqfoundation/multiprocess";
20 license = licenses.bsd3;