python312Packages.azure-mgmt-databoxedge: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-10 09:32:23 +02:00
parent 97540bcfed
commit 598ba7fb54
1 changed files with 10 additions and 11 deletions

View File

@ -1,11 +1,12 @@
{ lib
, azure-common
, azure-mgmt-core
, buildPythonPackage
, fetchPypi
, msrest
, pythonOlder
, setuptools
{
lib,
azure-common,
azure-mgmt-core,
buildPythonPackage,
fetchPypi,
msrest,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -21,9 +22,7 @@ buildPythonPackage rec {
hash = "sha256-BAkAYrwejwDC9FMVo7zrD7OzR57BR01xuINC4TSZsIc=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
azure-common