10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-GtLuro4oBT1ym6M3PTTZ1uIQ9uTYvwqcZPkr0FPx7fU=";
29 # psutil.NoSuchProcess: process no longer exists (pid=168)
33 pythonImportsCheck = [
38 description = "Python multiprocessing fork with improvements and bugfixes";
39 homepage = "https://github.com/celery/billiard";
40 changelog = "https://github.com/celery/billiard/blob/v${version}/CHANGES.txt";
41 license = licenses.bsd3;
42 maintainers = with maintainers; [ ];