python312Packages.google-cloud-compute: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-19 10:31:51 +02:00
parent 2c83705191
commit fdddf3251a

View File

@ -1,14 +1,15 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonOlder
, google-api-core
, mock
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
pythonOlder,
google-api-core,
mock,
proto-plus,
protobuf,
pytest-asyncio,
pytestCheckHook,
setuptools,
}:
buildPythonPackage rec {
@ -23,9 +24,7 @@ buildPythonPackage rec {
hash = "sha256-oHs0CLP3d4bcsZZmn/N2e8UQgHGKfC0/13ne/I2Be00=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
google-api-core