python310Packages.google-cloud-bigtable: adjust inputs

This commit is contained in:
Fabian Affolter 2022-12-28 15:08:13 +01:00
parent 555624c9bf
commit a4f5f7c217

View file

@ -3,10 +3,12 @@
, fetchPypi
, google-api-core
, google-cloud-core
, grpcio
, grpc-google-iam-v1
, libcst
, mock
, proto-plus
, protobuf
, pytestCheckHook
, pythonOlder
}:
@ -27,11 +29,18 @@ buildPythonPackage rec {
google-api-core
google-cloud-core
grpc-google-iam-v1
libcst
proto-plus
];
protobuf
] ++ google-api-core.optional-dependencies.grpc;
passthru.optional-dependencies = {
libcst = [
libcst
];
};
checkInputs = [
grpcio
mock
pytestCheckHook
];