mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
[Backport release-24.11] python3Packages.essentials-openapi: fix build (#355976)
This commit is contained in:
commit
7986c40ab0
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user