python312Packages.azure-mgmt-appconfiguration: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-10 09:22:12 +02:00
parent cdab9473ac
commit d1d7c64acb
1 changed files with 14 additions and 12 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 {
@ -21,9 +22,7 @@ buildPythonPackage rec {
extension = "zip";
};
nativeBuildInputs = [
setuptools
];
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [
azure-common
@ -36,7 +35,10 @@ buildPythonPackage rec {
pythonNamespaces = [ "azure.mgmt" ];
pythonImportsCheck = [ "azure.common" "azure.mgmt.appconfiguration" ];
pythonImportsCheck = [
"azure.common"
"azure.mgmt.appconfiguration"
];
meta = with lib; {
description = "Microsoft Azure App Configuration Management Client Library for Python";