Unverified Commit 867d3118 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.ghome-foyer-api: relax protobuf constraint

and disable the unused checkPhase.
parent 7bc30048
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -25,11 +25,15 @@ buildPythonPackage rec {
    hatch-vcs
  ];

  propagatedBuildInputs = [
  dependencies = [
    grpcio
    protobuf
  ];

  doCheck = false; # no tests

  pythonRelaxDeps = [ "protobuf" ];

  meta = {
    description = "Generated Python protobuf stubs for Google Home internal API";
    homepage = "https://github.com/KapJI/ghome-foyer-api";