about summary refs log tree commit diff
path: root/pkgs/tools/admin/azure-cli
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-04-09 12:01:15 +0200
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-04-09 12:01:15 +0200
commitbbea6b19bde615ac3f9225371cec446733cb13a2 (patch)
tree4b977195ceb9eaac34e84be09121dae5c3219ed0 /pkgs/tools/admin/azure-cli
parentafa2cc084e6fed579e3e4a92c5fc864c99d3ddb2 (diff)
azure-cli: add setuptools to runtime dependencies
https://github.com/NixOS/nixpkgs/pull/276695/commits/aacf05daec3141ce2bb34fd7c021a86401ac8c51
cleaned up python path and removed setuptools from the runtime
dependencies, which seems to be required now by the `self-check`
command which runs in `installCheckPhase`. There was a version bump on
master since the last CI run on this PR, that's why it wasn't catched.

Previously this was part of the closure as we didn't construct the
PYTHONPATH explicitly but wrapped the CLI with the PYTHONPATH from the
build environment.

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
Diffstat (limited to 'pkgs/tools/admin/azure-cli')
-rw-r--r--pkgs/tools/admin/azure-cli/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/admin/azure-cli/default.nix b/pkgs/tools/admin/azure-cli/default.nix
index 0b9fc0523bf14..d55258485de50 100644
--- a/pkgs/tools/admin/azure-cli/default.nix
+++ b/pkgs/tools/admin/azure-cli/default.nix
@@ -219,6 +219,7 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage rec {
     requests
     scp
     semver
+    setuptools
     six
     sshtunnel
     tabulate