python312Packages.google-cloud-securitycenter: format with nixfmt
This commit is contained in:
parent
5d62d3e358
commit
3614a1b245
1 changed files with 13 additions and 14 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue