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:37:47 +02:00
parent 33dfdf8203
commit d5edd07a01
@@ -28,7 +28,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [
async-timeout
noiseprotocol
protobuf
protobuf.out
protobuf.dev
zeroconf
];