Unverified Commit d5edd07a authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python310Packages.aioesphomeapi: Propagate protobuf dev output

Required for aioesphomeapi to be usable in makePythonPath.
parent 33dfdf82
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -28,7 +28,8 @@ buildPythonPackage rec {
  propagatedBuildInputs = [
    async-timeout
    noiseprotocol
    protobuf
    protobuf.out
    protobuf.dev
    zeroconf
  ];