mqtt-exporter: relax promethus-client constraint

This commit is contained in:
Martin Weinelt
2026-06-14 11:36:19 +02:00
parent f401c3abf2
commit 2b23cc5dd1
@@ -23,6 +23,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
prometheus-client
];
pythonRelaxDeps = [ "prometheus-client" ];
nativeCheckInputs = with python3.pkgs; [
pytest-mock
pytestCheckHook