azure-cli-extensions.application-insights: relax isodate dependency (#497478)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user