python3Packages.google-ai-generativelanguage: adjust dependencies (#476421)

This commit is contained in:
Martin Weinelt
2026-01-03 00:15:47 +00:00
committed by GitHub
@@ -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