Commit e9208d70 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.azure-mgmt-security: format with nixfmt

parent 8d13b5ea
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
{ 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