mqtt-exporter: unpin paho-mqtt

This commit is contained in:
Robert Schütz
2025-02-09 13:36:03 -08:00
parent 369074d4bd
commit f37ff3af3e
+1 -1
View File
@@ -21,7 +21,7 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [ setuptools ];
dependencies = with python3.pkgs; [
paho-mqtt_2
paho-mqtt
prometheus-client
];