python312Packages.amqp: drop case dependency

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

View file

@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
case,
fetchPypi,
pytestCheckHook,
pytest-rerunfailures,
@ -26,7 +25,6 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
case
pytestCheckHook
pytest-rerunfailures
];