Skip to content

Commit

Permalink
python3Packages.essentials-openapi: fix build (#355814)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 14, 2024
2 parents a3bdd1f + 7c3ed1b commit cea28c8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/development/python-modules/essentials-openapi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,18 @@ buildPythonPackage rec {
];
};

pythonRelaxDeps = [
"markupsafe"
];

pythonImportsCheck = [ "openapidocs" ];

meta = with lib; {
meta = {
homepage = "https://github.com/Neoteroi/essentials-openapi";
description = "Functions to handle OpenAPI Documentation";
changelog = "https://github.com/Neoteroi/essentials-openapi/releases/v${version}";
license = licenses.mit;
maintainers = with maintainers; [
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
aldoborrero
zimbatm
];
Expand Down

0 comments on commit cea28c8

Please sign in to comment.