python310Packages.caio: add missing input

This commit is contained in:
Fabian Affolter
2023-04-03 21:42:14 +02:00
parent 7206f1d01f
commit 2f29aa5f4a
@@ -2,6 +2,7 @@
, aiomisc
, buildPythonPackage
, fetchFromGitHub
, pytest-aiohttp
, pytestCheckHook
, pythonOlder
}:
@@ -22,6 +23,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
aiomisc
pytest-aiohttp
pytestCheckHook
];