python312Packages.amqp: drop case dependency

This commit is contained in:
Martin Weinelt
2024-07-09 17:13:04 +02:00
parent 7a4a40d048
commit 01bd09bbe4
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
case,
fetchPypi,
pytestCheckHook,
pytest-rerunfailures,
@@ -26,7 +25,6 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
case
pytestCheckHook
pytest-rerunfailures
];