python310Packages.aioesphomeapi: Propagate protobuf dev output

Required for aioesphomeapi to be usable in makePythonPath.
This commit is contained in:
Martin Weinelt 2023-04-28 21:07:40 +02:00
parent 33dfdf8203
commit d5edd07a01
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

@ -28,7 +28,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [
async-timeout
noiseprotocol
protobuf
protobuf.out
protobuf.dev
zeroconf
];