[Backport release-24.11] python3Packages.essentials-openapi: fix build (#355976)

This commit is contained in:
Weijia Wang 2024-11-14 20:46:27 +01:00 committed by GitHub
commit 7986c40ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
];