Commit 19f7ed2c authored by Robert Schütz's avatar Robert Schütz
Browse files

python313Packages.meross-iot: mark broken with paho-mqtt v2

parent 24b53d05
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "meross_iot" ];

  meta = with lib; {
    # https://github.com/albertogeniola/MerossIot/pull/413
    broken = lib.versionAtLeast paho-mqtt.version "2";
    description = "Python library to interact with Meross devices";
    homepage = "https://github.com/albertogeniola/MerossIot";
    changelog = "https://github.com/albertogeniola/MerossIot/releases/tag/${version}";