Commit 4c8110ce authored by Robert Schütz's avatar Robert Schütz
Browse files

home-assistant-custom-components.rct_power: set ignoreVersionRequirement

parent ea4c74dc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@ buildHomeAssistantComponent rec {
    rctclient
  ];

  ignoreVersionRequirement = [
    # rctclient 0.0.4 was never published on PyPI
    "rctclient"
  ];

  doCheck = false; # no tests

  meta = with lib; {