python3Packages.essentials-openapi: fix build

This commit is contained in:
wxt
2024-11-14 11:47:45 +08:00
parent efa287f850
commit 7c3ed1b62e
@@ -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
];