python313Packages.azure-iot-device: mark broken with paho-mqtt v2

This commit is contained in:
Robert Schütz
2025-02-09 14:13:10 -08:00
parent c45a2f9d75
commit ab15130c1a
@@ -50,6 +50,8 @@ buildPythonPackage rec {
];
meta = with lib; {
# https://github.com/Azure/azure-iot-sdk-python/issues/1196
broken = lib.versionAtLeast paho-mqtt.version "2";
description = "Microsoft Azure IoT Device Library for Python";
homepage = "https://github.com/Azure/azure-iot-sdk-python";
license = licenses.mit;