python312Packages.azure-mgmt-security: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-21 08:39:11 +02:00
parent 8d13b5ea99
commit e9208d701c

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-WRLu1+nTdY/cqNJuHcJrQZQ9xHAyCKEYQmbiwlLhrWY=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
azure-common