Unverified Commit 4476c3a1 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

waagent: fix build (#354183)

parents 27b5fe1c c73f4a50
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2,13 +2,12 @@
  coreutils,
  fetchFromGitHub,
  lib,
  python39,
  python3,
  bash,
}:

let
  # the latest python version that waagent test against according to https://github.com/Azure/WALinuxAgent/blob/28345a55f9b21dae89472111635fd6e41809d958/.github/workflows/ci_pr.yml#L75
  python = python39;
  python = python3;

in
python.pkgs.buildPythonApplication rec {