19 buildPythonPackage rec {
22 format = "setuptools";
24 src = fetchFromGitHub {
28 hash = "sha256-cYFMKZxpi69gVWqyZUltCL0ZwcfIABNsJKqAhN2TTSg=";
34 url = "https://github.com/flasgger/flasgger/commit/ab77be7c6de1d4b361f0eacfa37290239963f890.patch";
35 hash = "sha256-ZbE5pPUP23nZAP/qcdeWkwzrZgqJSRES7oFta8U1uVQ=";
39 url = "https://github.com/flasgger/flasgger/commit/6f5fcf24c1d816cf7ab529b3a8a764f86df4458d.patch";
40 hash = "sha256-37Es1sgBQ9qX3YHQYub4HJkSNTSt3MbtCfV+XdTQZyY=";
44 propagatedBuildInputs = [
53 pythonImportsCheck = [ "flasgger" ];
55 nativeCheckInputs = [ pytestCheckHook ];
57 doCheck = false; # missing flex dependency
60 description = "Easy OpenAPI specs and Swagger UI for your Flask API";
61 homepage = "https://github.com/flasgger/flasgger/";
62 license = licenses.mit;