alerta-server: pep517, pin to setuptools 80

This commit is contained in:
Martin Weinelt
2026-05-25 14:23:08 +02:00
parent ccd892abf0
commit 61727d1d60
+4 -2
View File
@@ -7,14 +7,16 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "alerta-server";
version = "9.0.1";
format = "setuptools";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-v4+0l5Sx9RTxmNFnKCoKrWFl1xu1JIRZ/kiI6zi/y0I=";
};
propagatedBuildInputs = with python3.pkgs; [
build-system = [ python3.pkgs.setuptools_80 ];
dependencies = with python3.pkgs; [
bcrypt
blinker
cryptography