python3Packages.google-ai-generativelanguage: adjust dependencies

Closes: #476410
This commit is contained in:
Martin Weinelt
2026-01-03 00:41:42 +01:00
parent e19d296614
commit 3ec403ac1f
@@ -3,9 +3,9 @@
buildPythonPackage,
fetchPypi,
google-api-core,
google-auth,
google-cloud-testutils,
grpcio,
grpcio-status,
mock,
proto-plus,
protobuf,
@@ -29,11 +29,12 @@ buildPythonPackage rec {
dependencies = [
google-api-core
google-auth
grpcio
grpcio-status
proto-plus
protobuf
];
]
++ google-api-core.optional-dependencies.grpc;
nativeCheckInputs = [
google-cloud-testutils