python312Packages.google-cloud-securitycenter: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-09 10:13:54 +02:00
parent 5d62d3e358
commit 3614a1b245

View File

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