Revert "python310Packages.aioesphomeapi: Propagate protobuf dev output"

This reverts commit d5edd07a01.
The .dev output was removed in the parent commit.
This commit is contained in:
Vladimír Čunát 2023-05-01 10:09:47 +02:00
parent bf02d717b5
commit b02988a87c
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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