Commit bbea6b19 authored by Paul Meyer's avatar Paul Meyer
Browse files

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: default avatarPaul Meyer <49727155+katexochen@users.noreply.github.com>
parent afa2cc08
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -219,6 +219,7 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage rec {
    requests
    scp
    semver
    setuptools
    six
    sshtunnel
    tabulate