python312Packages.billiard: remove case dependency

This commit is contained in:
Martin Weinelt 2024-07-08 23:19:07 +02:00
parent 832e7d33d6
commit 72102c0626
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,7 +3,6 @@
buildPythonPackage,
fetchPypi,
pytestCheckHook,
case,
psutil,
pythonOlder,
}:
@ -21,7 +20,6 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
case
psutil
pytestCheckHook
];