From bbea6b19bde615ac3f9225371cec446733cb13a2 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:01:15 +0200 Subject: [PATCH] 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> --- pkgs/tools/admin/azure-cli/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/admin/azure-cli/default.nix b/pkgs/tools/admin/azure-cli/default.nix index 0b9fc0523bf1..d55258485de5 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