python3Packages.apispec: update dependencies (#542378)

This commit is contained in:
dotlambda
2026-07-15 22:03:52 +00:00
committed by GitHub

View File

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