6 , openapi-spec-validator
14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-bLCNks5z/ws79Gyy6lwA1XKJsPJ5+wJWo99GgYK6U0Q=";
26 propagatedBuildInputs = [
30 passthru.optional-dependencies = {
38 openapi-spec-validator
40 ] ++ prance.optional-dependencies.osv;
46 ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
48 pythonImportsCheck = [
53 changelog = "https://github.com/marshmallow-code/apispec/blob/${version}/CHANGELOG.rst";
54 description = "A pluggable API specification generator with support for the OpenAPI Specification";
55 homepage = "https://github.com/marshmallow-code/apispec";
56 license = licenses.mit;
57 maintainers = with maintainers; [ ];