python312Packages.azure-mgmt-extendedlocation: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-10 09:42:29 +02:00
parent 4d6237f592
commit 962952fd7e
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-jRo6EFP8Dg3i9U8HLfjED9QFfWbdg+X3o9PSf4eus9o=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
azure-common