python3Packages.apispec: update dependencies

This commit is contained in:
Robert Schütz
2026-07-15 14:46:12 -07:00
parent a84be33b3b
commit 18b1685175
@@ -4,10 +4,8 @@
fetchPypi,
flit-core,
marshmallow,
mock,
openapi-spec-validator,
packaging,
prance,
pytestCheckHook,
pyyaml,
}:
@@ -29,15 +27,10 @@ buildPythonPackage rec {
optional-dependencies = {
marshmallow = [ marshmallow ];
yaml = [ pyyaml ];
validation = [
openapi-spec-validator
prance
]
++ prance.optional-dependencies.osv;
};
nativeCheckInputs = [
mock
openapi-spec-validator
pytestCheckHook
]
++ lib.concatAttrValues optional-dependencies;