python311Packages.azure-mgmt-recoveryservicesbackup: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-26 19:36:35 +02:00
parent 1f1bde8698
commit 4f462d1cda
1 changed files with 11 additions and 14 deletions

View File

@ -1,11 +1,12 @@
{ lib
, azure-common
, azure-mgmt-core
, buildPythonPackage
, fetchPypi
, isodate
, pythonOlder
, setuptools
{
lib,
azure-common,
azure-mgmt-core,
buildPythonPackage,
fetchPypi,
isodate,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -20,9 +21,7 @@ buildPythonPackage rec {
hash = "sha256-Hp/UBsDJ7iYn9aNx8BL4dzQvf8bzOyVk/NFNbwZjzQ8=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
azure-common
@ -33,9 +32,7 @@ buildPythonPackage rec {
# Module has no tests
doCheck = false;
pythonImportsCheck = [
"azure.mgmt.recoveryservicesbackup"
];
pythonImportsCheck = [ "azure.mgmt.recoveryservicesbackup" ];
meta = with lib; {
description = "This is the Microsoft Azure Recovery Services Backup Management Client Library";