lol

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

+2
+2
pkgs/development/python-modules/azure-iot-device/default.nix
··· 50 50 ]; 51 51 52 52 meta = with lib; { 53 + # https://github.com/Azure/azure-iot-sdk-python/issues/1196 54 + broken = lib.versionAtLeast paho-mqtt.version "2"; 53 55 description = "Microsoft Azure IoT Device Library for Python"; 54 56 homepage = "https://github.com/Azure/azure-iot-sdk-python"; 55 57 license = licenses.mit;