python312Packages.google-cloud-spanner: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-04-29 09:46:43 +02:00
parent 01224089da
commit e324187f33
@@ -1,21 +1,22 @@
{ lib
, buildPythonPackage
, deprecated
, fetchPypi
, google-api-core
, google-cloud-core
, google-cloud-testutils
, grpc-google-iam-v1
, grpc-interceptor
, libcst
, mock
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, sqlparse
, setuptools
{
lib,
buildPythonPackage,
deprecated,
fetchPypi,
google-api-core,
google-cloud-core,
google-cloud-testutils,
grpc-google-iam-v1,
grpc-interceptor,
libcst,
mock,
proto-plus,
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
sqlparse,
setuptools,
}:
buildPythonPackage rec {
@@ -30,9 +31,7 @@ buildPythonPackage rec {
hash = "sha256-MKtW6krGqnQ3hCmPgh4N5lRAGTe0DGDMegpUUoSpG0M=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
deprecated
@@ -46,9 +45,7 @@ buildPythonPackage rec {
] ++ google-api-core.optional-dependencies.grpc;
passthru.optional-dependencies = {
libcst = [
libcst
];
libcst = [ libcst ];
};
nativeCheckInputs = [