python312Packages.google-cloud-asset: format with nixfmt
This commit is contained in:
parent
b8dea39069
commit
2dc0731719
1 changed files with 20 additions and 23 deletions
|
@ -1,20 +1,21 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, google-api-core
|
||||
, google-cloud-access-context-manager
|
||||
, google-cloud-org-policy
|
||||
, google-cloud-os-config
|
||||
, google-cloud-testutils
|
||||
, grpc-google-iam-v1
|
||||
, libcst
|
||||
, mock
|
||||
, proto-plus
|
||||
, protobuf
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
google-api-core,
|
||||
google-cloud-access-context-manager,
|
||||
google-cloud-org-policy,
|
||||
google-cloud-os-config,
|
||||
google-cloud-testutils,
|
||||
grpc-google-iam-v1,
|
||||
libcst,
|
||||
mock,
|
||||
proto-plus,
|
||||
protobuf,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -29,9 +30,7 @@ buildPythonPackage rec {
|
|||
hash = "sha256-5O3ge5/ot0zQoLKKPP6E7M2RVtDxnYfe2J0iYJISWX4=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
grpc-google-iam-v1
|
||||
|
@ -45,9 +44,7 @@ buildPythonPackage rec {
|
|||
] ++ google-api-core.optional-dependencies.grpc;
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
libcst = [
|
||||
libcst
|
||||
];
|
||||
libcst = [ libcst ];
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
Loading…
Reference in a new issue