From b02988a87c25347c863b5d6f7cc3eb1e2fbc8031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 1 May 2023 10:09:47 +0200 Subject: [PATCH] Revert "python310Packages.aioesphomeapi: Propagate protobuf dev output" This reverts commit d5edd07a01397450e9faebf6a68adb01330364fa. The .dev output was removed in the parent commit. --- pkgs/development/python-modules/aioesphomeapi/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioesphomeapi/default.nix b/pkgs/development/python-modules/aioesphomeapi/default.nix index d9f02f883e34..bee7cc393321 100644 --- a/pkgs/development/python-modules/aioesphomeapi/default.nix +++ b/pkgs/development/python-modules/aioesphomeapi/default.nix @@ -28,8 +28,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ async-timeout noiseprotocol - protobuf.out - protobuf.dev + protobuf zeroconf ];