From bfdbd5543cb472c8bbe0025901505d898126b19c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 15 Apr 2023 00:34:47 +0200 Subject: [PATCH] python310Packages.cwl-upgrader: adjust inputs --- pkgs/development/python-modules/cwl-upgrader/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/cwl-upgrader/default.nix b/pkgs/development/python-modules/cwl-upgrader/default.nix index 9190cf882d1e..5f3ba48e0299 100644 --- a/pkgs/development/python-modules/cwl-upgrader/default.nix +++ b/pkgs/development/python-modules/cwl-upgrader/default.nix @@ -1,6 +1,7 @@ { lib , buildPythonPackage , fetchFromGitHub +, mypy-extensions , pytest-xdist , pytestCheckHook , pythonOlder @@ -30,6 +31,7 @@ buildPythonPackage rec { ''; propagatedBuildInputs = [ + mypy-extensions ruamel-yaml schema-salad ];