python310Packages.google-cloud-spanner: add missing input

This commit is contained in:
Fabian Affolter 2022-12-28 18:32:49 +01:00
parent 3b1e98a1ad
commit e2620c1169

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, google-api-core
, google-cloud-core
, google-cloud-testutils
, grpc-google-iam-v1
@ -27,6 +28,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
google-api-core
google-cloud-core
grpc-google-iam-v1
proto-plus