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>
This commit is contained in:
Paul Meyer
2024-04-09 12:01:15 +02:00
parent afa2cc084e
commit bbea6b19bd
+1
View File
@@ -219,6 +219,7 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage rec {
requests
scp
semver
setuptools
six
sshtunnel
tabulate