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
The application-insights extension requires isodate~=0.6.0 but nixpkgs now has isodate 0.7.2 since commited08189. All upstream versions (0.1.x through 2.0.0b1) have this constraint, so relaxing the dependency check is the correct fix. Similar fix was applied for pysolcast in commitfd08a22. Fixes #497475 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
4b2ae98e90
commit
5dd7b708dc
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