python311Packages.aiobotocore: add missing checkdeps
This commit is contained in:
parent
80d84b4310
commit
372d64747c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue