python311Packages.azure-mgmt-recoveryservicesbackup: format with nixfmt
This commit is contained in:
parent
1f1bde8698
commit
4f462d1cda
1 changed files with 11 additions and 14 deletions
|
@ -1,11 +1,12 @@
|
||||||
{ lib
|
{
|
||||||
, azure-common
|
lib,
|
||||||
, azure-mgmt-core
|
azure-common,
|
||||||
, buildPythonPackage
|
azure-mgmt-core,
|
||||||
, fetchPypi
|
buildPythonPackage,
|
||||||
, isodate
|
fetchPypi,
|
||||||
, pythonOlder
|
isodate,
|
||||||
, setuptools
|
pythonOlder,
|
||||||
|
setuptools,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -20,9 +21,7 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-Hp/UBsDJ7iYn9aNx8BL4dzQvf8bzOyVk/NFNbwZjzQ8=";
|
hash = "sha256-Hp/UBsDJ7iYn9aNx8BL4dzQvf8bzOyVk/NFNbwZjzQ8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [ setuptools ];
|
||||||
setuptools
|
|
||||||
];
|
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
azure-common
|
azure-common
|
||||||
|
@ -33,9 +32,7 @@ buildPythonPackage rec {
|
||||||
# Module has no tests
|
# Module has no tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [ "azure.mgmt.recoveryservicesbackup" ];
|
||||||
"azure.mgmt.recoveryservicesbackup"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "This is the Microsoft Azure Recovery Services Backup Management Client Library";
|
description = "This is the Microsoft Azure Recovery Services Backup Management Client Library";
|
||||||
|
|
Loading…
Reference in a new issue