python3Packages.google-cloud-pubsub: add grpcio-status

This commit is contained in:
Fabian Affolter 2021-11-29 12:16:39 +01:00 committed by Jonathan Ringer
parent 9a0cdde9ab
commit fc0317ee0d
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -5,6 +5,7 @@
, google-api-core
, google-cloud-testutils
, grpc-google-iam-v1
, grpcio-status
, libcst
, mock
, proto-plus
@ -14,6 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.9.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
@ -23,6 +25,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
grpc-google-iam-v1
google-api-core
grpcio-status
libcst
proto-plus
];