0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python3Packages.google-api-core: add grpcio-status

This commit is contained in:
Fabian Affolter 2021-11-30 15:04:31 +01:00 committed by Jonathan Ringer
parent d590b27cc6
commit 0585bd31a1
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -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