16 buildPythonPackage rec {
17 pname = "swagger-ui-bundle";
22 pname = "swagger_ui_bundle";
24 hash = "sha256-IGc8NDHIcz1dFhXs952azzDP91ICrK8hp9nH9IlxRSk=";
27 nativeBuildInputs = [ poetry-core ];
29 propagatedBuildInputs = [ jinja2 ] ++ lib.optionals (pythonOlder "3.9") [ importlib-resources ];
31 # package contains no tests
35 description = "bundled swagger-ui pip package";
36 homepage = "https://github.com/dtkav/swagger_ui_bundle";
37 license = licenses.asl20;