azure-cli: add setuptools to runtime dependencies

aacf05daec
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>
This commit is contained in:
Paul Meyer 2024-04-09 12:01:15 +02:00
parent afa2cc084e
commit bbea6b19bd
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage rec {
requests
scp
semver
setuptools
six
sshtunnel
tabulate