python311Packages.aiobotocore: add missing checkdeps

This commit is contained in:
K900 2023-11-01 01:07:32 +03:00
parent 80d84b4310
commit 372d64747c

View file

@ -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