python310Packages.google-cloud-spanner: adjust inputs

This commit is contained in:
Fabian Affolter
2022-12-28 18:22:59 +01:00
parent 2173e7d1ac
commit 73a51fce09
@@ -1,16 +1,17 @@
{ lib
, buildPythonPackage
, fetchPypi
, grpc-google-iam-v1
, google-cloud-core
, google-cloud-testutils
, grpc-google-iam-v1
, libcst
, mock
, proto-plus
, pytestCheckHook
, protobuf
, pytest-asyncio
, sqlparse
, pytestCheckHook
, pythonOlder
, sqlparse
}:
buildPythonPackage rec {
@@ -28,16 +29,22 @@ buildPythonPackage rec {
propagatedBuildInputs = [
google-cloud-core
grpc-google-iam-v1
libcst
proto-plus
protobuf
sqlparse
];
] ++ google-api-core.optional-dependencies.grpc;
passthru.optional-dependencies = {
libcst = [
libcst
];
};
checkInputs = [
google-cloud-testutils
mock
pytestCheckHook
pytest-asyncio
pytestCheckHook
];
preCheck = ''