mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
azure-cli-extensions.application-insights: relax isodate dependency (#497478)
This commit is contained in:
commit
7ae70c14b7
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@
|
|||
url = "https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-${version}-py2.py3-none-any.whl";
|
||||
hash = "sha256-4akS+zbaKxFrs0x0uKP/xX28WyK5KLduOkgZaBYeANM=";
|
||||
description = "Support for managing Application Insights components and querying metrics, events, and logs from such components";
|
||||
pythonRelaxDeps = [ "isodate" ];
|
||||
propagatedBuildInputs = with python3Packages; [ isodate ];
|
||||
meta.maintainers = with lib.maintainers; [ andreasvoss ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue