From 372d64747ce2f1f755f8e4c3f520f558d0a069c4 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 1 Nov 2023 01:07:32 +0300 Subject: [PATCH] python311Packages.aiobotocore: add missing checkdeps --- pkgs/development/python-modules/aiobotocore/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/aiobotocore/default.nix b/pkgs/development/python-modules/aiobotocore/default.nix index 9de5593a2562..5f226d26018e 100644 --- a/pkgs/development/python-modules/aiobotocore/default.nix +++ b/pkgs/development/python-modules/aiobotocore/default.nix @@ -5,6 +5,8 @@ , buildPythonPackage , dill , fetchFromGitHub +, flask +, flask-cors , moto , pytest-asyncio , pytestCheckHook @@ -41,6 +43,8 @@ buildPythonPackage rec { nativeCheckInputs = [ dill + flask + flask-cors moto pytest-asyncio pytestCheckHook