7 , openapi-spec-validator
16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
24 inherit pname version;
25 hash = "sha256-wIRvjqpRGcRrLs/pvCTtGduohF+GVdALUd3SlqEOpMs=";
32 propagatedBuildInputs = [
36 passthru.optional-dependencies = {
44 openapi-spec-validator
46 ] ++ prance.optional-dependencies.osv;
52 ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
54 pythonImportsCheck = [
59 changelog = "https://github.com/marshmallow-code/apispec/blob/${version}/CHANGELOG.rst";
60 description = "A pluggable API specification generator with support for the OpenAPI Specification";
61 homepage = "https://github.com/marshmallow-code/apispec";
62 license = licenses.mit;
63 maintainers = with maintainers; [ ];