python311Packages.google-cloud-secret-manager: format with nixcfmt

This commit is contained in:
Fabian Affolter 2024-04-26 19:38:52 +02:00
parent 2d66f778e2
commit 40f6060585
1 changed files with 13 additions and 14 deletions

View File

@ -1,14 +1,15 @@
{ lib
, buildPythonPackage
, fetchPypi
, google-api-core
, grpc-google-iam-v1
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
google-api-core,
grpc-google-iam-v1,
proto-plus,
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -23,9 +24,7 @@ buildPythonPackage rec {
hash = "sha256-oIanQTqvT/+9HE/pIp7wzpvPSPWo31tEnEoy3rWiz94=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
google-api-core