azure-cli-extensions.interactive: fix build

Relax both prompt-toolkit dependency spellings from the upstream wheel metadata so the extension can build with nixpkgs prompt-toolkit.

Assisted-by: pi coding agent / Mika (OpenAI GPT-5.5)
This commit is contained in:
Gerhard Schwanzer
2026-07-06 08:17:52 +02:00
parent 2e03b1e9ab
commit ec040f0084
@@ -247,6 +247,11 @@
url = "https://azcliprod.blob.core.windows.net/cli-extensions/interactive-1.0.0b1-py2.py3-none-any.whl";
hash = "sha256-COvHDhvsigEEMYlMQ2hHFKzjX7WwdkwfT9id6z+Sj7w=";
description = "Microsoft Azure Command-Line Interactive Shell";
# The wheel contains Requires-Dist entries for both spellings.
pythonRelaxDeps = [
"prompt_toolkit"
"prompt-toolkit"
];
propagatedBuildInputs = with python3Packages; [
prompt-toolkit
];