Commit 2f29aa5f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.caio: add missing input

parent 7206f1d0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
, aiomisc
, buildPythonPackage
, fetchFromGitHub
, pytest-aiohttp
, pytestCheckHook
, pythonOlder
}:
@@ -22,6 +23,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    aiomisc
    pytest-aiohttp
    pytestCheckHook
  ];