mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
python310Packages.aioesphomeapi: Propagate protobuf dev output
Required for aioesphomeapi to be usable in makePythonPath.
This commit is contained in:
parent
33dfdf8203
commit
d5edd07a01
@ -28,7 +28,8 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
async-timeout
|
||||
noiseprotocol
|
||||
protobuf
|
||||
protobuf.out
|
||||
protobuf.dev
|
||||
zeroconf
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user