From 0585bd31a14529e25b21112436f45ea7f638d680 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 30 Nov 2021 15:04:31 +0100 Subject: [PATCH] python3Packages.google-api-core: add grpcio-status --- pkgs/development/python-modules/google-api-core/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/google-api-core/default.nix b/pkgs/development/python-modules/google-api-core/default.nix index 8296dbfacf8d..9d548b685efd 100644 --- a/pkgs/development/python-modules/google-api-core/default.nix +++ b/pkgs/development/python-modules/google-api-core/default.nix @@ -4,6 +4,7 @@ , google-auth , googleapis-common-protos , grpcio +, grpcio-status , protobuf , proto-plus , requests @@ -29,6 +30,7 @@ buildPythonPackage rec { googleapis-common-protos google-auth grpcio + grpcio-status protobuf proto-plus requests