summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-11-30 15:04:31 +0100
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:52:57 -0800
commit0585bd31a14529e25b21112436f45ea7f638d680 (patch)
tree70acb7258b8dbec087d7ac2f5ca359453a5af794
parentpython3Packages.cfn-lint: add missing deps (diff)
downloadnixpkgs-0585bd31a14529e25b21112436f45ea7f638d680.tar.gz
python3Packages.google-api-core: add grpcio-status
-rw-r--r--pkgs/development/python-modules/google-api-core/default.nix2
1 files changed, 2 insertions, 0 deletions
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