mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
python312Packages.amqp: drop case dependency
This commit is contained in:
parent
7a4a40d048
commit
01bd09bbe4
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
case,
|
||||
fetchPypi,
|
||||
pytestCheckHook,
|
||||
pytest-rerunfailures,
|
||||
|
@ -26,7 +25,6 @@ buildPythonPackage rec {
|
|||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
nativeCheckInputs = [
|
||||
case
|
||||
pytestCheckHook
|
||||
pytest-rerunfailures
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue