python312Packages.vine: drop case dependency

This commit is contained in:
Martin Weinelt 2024-07-08 23:15:05 +02:00
parent 6fccf03a30
commit 7a4a40d048
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
case,
fetchPypi,
pytestCheckHook,
pythonOlder,
@ -20,7 +19,6 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
case
pytestCheckHook
];