Skip to content

Commit c73f4a5

Browse files
camelpunchsstoltze
andcommitted
waagent: fix build
Use latest Python to avoid #353830 Co-authored-by: Sarah Stoltze <[email protected]>
1 parent 8f3c3f6 commit c73f4a5

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)