From d5edd07a01397450e9faebf6a68adb01330364fa Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 28 Apr 2023 21:07:40 +0200 Subject: [PATCH] python310Packages.aioesphomeapi: Propagate protobuf dev output Required for aioesphomeapi to be usable in makePythonPath. --- pkgs/development/python-modules/aioesphomeapi/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix index bee7cc393321..d9f02f883e34 100644 --- a/pkgs/development/python-modules/aioesphomeapi/default.nix +++ b/pkgs/development/python-modules/aioesphomeapi/default.nix @@ -28,7 +28,8 @@ buildPythonPackage rec { propagatedBuildInputs = [ async-timeout noiseprotocol - protobuf + protobuf.out + protobuf.dev zeroconf ];