python310Packages.cwl-upgrader: adjust inputs

This commit is contained in:
Fabian Affolter 2023-04-15 00:34:47 +02:00
parent 725de57bce
commit bfdbd5543c

View File

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