Skip to content

Commit 4476c3a

Browse files
authored
waagent: fix build (#354183)
2 parents 27b5fe1 + c73f4a5 commit 4476c3a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/by-name/wa/waagent/package.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
coreutils,
33
fetchFromGitHub,
44
lib,
5-
python39,
5+
python3,
66
bash,
77
}:
88

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

1312
in
1413
python.pkgs.buildPythonApplication rec {

0 commit comments

Comments
 (0)