mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
python312Packages.billiard: remove case dependency
This commit is contained in:
parent
832e7d33d6
commit
72102c0626
@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pytestCheckHook,
|
||||
case,
|
||||
psutil,
|
||||
pythonOlder,
|
||||
}:
|
||||
@ -21,7 +20,6 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
case
|
||||
psutil
|
||||
pytestCheckHook
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user