Loading pkgs/development/python-modules/meross-iot/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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}"; Loading Loading
pkgs/development/python-modules/meross-iot/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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}"; Loading