From 2b23cc5dd1c468601d0adc37d90c8db907cf247d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 14 Jun 2026 10:00:21 +0200 Subject: [PATCH] mqtt-exporter: relax promethus-client constraint --- pkgs/by-name/mq/mqtt-exporter/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/mq/mqtt-exporter/package.nix b/pkgs/by-name/mq/mqtt-exporter/package.nix index cee141656e8b..5ccf8c0798fa 100644 --- a/pkgs/by-name/mq/mqtt-exporter/package.nix +++ b/pkgs/by-name/mq/mqtt-exporter/package.nix @@ -23,6 +23,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: { prometheus-client ]; + pythonRelaxDeps = [ "prometheus-client" ]; + nativeCheckInputs = with python3.pkgs; [ pytest-mock pytestCheckHook