python310Packages.google-cloud-datastore: adjust inputs

This commit is contained in:
Fabian Affolter
2022-12-28 18:40:59 +01:00
parent 3d09de4c8a
commit a5a9199cdb
@@ -3,12 +3,13 @@
, fetchPypi
, google-api-core
, google-cloud-core
, libcst
, proto-plus
, mock
, pytestCheckHook
, pytest-asyncio
, google-cloud-testutils
, libcst
, mock
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, pythonOlder
}:
@@ -28,7 +29,14 @@ buildPythonPackage rec {
google-api-core
google-cloud-core
proto-plus
];
protobuf
] ++ google-api-core.optional-dependencies.grpc;
passthru.optional-dependencies = {
libcst = [
libcst
];
};
passthru.optional-dependencies = {
libcst = [