mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python312Packages.azure-mgmt-deploymentmanager: format with nixfmt
This commit is contained in:
parent
9b8f9134d5
commit
7718e58610
@ -1,12 +1,13 @@
|
|||||||
{ lib
|
{
|
||||||
, azure-common
|
lib,
|
||||||
, azure-mgmt-core
|
azure-common,
|
||||||
, buildPythonPackage
|
azure-mgmt-core,
|
||||||
, fetchPypi
|
buildPythonPackage,
|
||||||
, msrest
|
fetchPypi,
|
||||||
, msrestazure
|
msrest,
|
||||||
, pythonOlder
|
msrestazure,
|
||||||
, setuptools
|
pythonOlder,
|
||||||
|
setuptools,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -22,9 +23,7 @@ buildPythonPackage rec {
|
|||||||
extension = "zip";
|
extension = "zip";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [ setuptools ];
|
||||||
setuptools
|
|
||||||
];
|
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
azure-common
|
azure-common
|
||||||
@ -35,7 +34,10 @@ buildPythonPackage rec {
|
|||||||
# no tests included
|
# no tests included
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [ "azure.common" "azure.mgmt.deploymentmanager" ];
|
pythonImportsCheck = [
|
||||||
|
"azure.common"
|
||||||
|
"azure.mgmt.deploymentmanager"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Microsoft Azure Deployment Manager Client Library for Python";
|
description = "Microsoft Azure Deployment Manager Client Library for Python";
|
||||||
|
Loading…
Reference in New Issue
Block a user