python312Packages.azure-mgmt-managedservices: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-10 09:50:05 +02:00
parent b1d9a3d64e
commit cd4f9d4bfe
1 changed files with 15 additions and 13 deletions

View File

@ -1,12 +1,13 @@
{ lib
, azure-common
, azure-mgmt-core
, buildPythonPackage
, fetchPypi
, msrest
, msrestazure
, pythonOlder
, setuptools
{
lib,
azure-common,
azure-mgmt-core,
buildPythonPackage,
fetchPypi,
msrest,
msrestazure,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -22,9 +23,7 @@ buildPythonPackage rec {
extension = "zip";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
azure-common
@ -36,7 +35,10 @@ buildPythonPackage rec {
# no tests included
doCheck = false;
pythonImportsCheck = [ "azure.common" "azure.mgmt.managedservices" ];
pythonImportsCheck = [
"azure.common"
"azure.mgmt.managedservices"
];
meta = with lib; {
description = "Microsoft Azure Managed Services Client Library for Python";