commit | 793a8f4c82f173723a1a8c4be7e6386ed335e8dc | [log] [tgz] |
---|---|---|
author | Ben Joyce <[email protected]> | Fri Jan 10 21:26:48 2025 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jan 10 21:26:48 2025 |
tree | 2b6b3468b2b4d9d078cf60a012ae0cadcaafae7e | |
parent | aa4a7e70746c3b27bf4eaa1eca5740bc091853d8 [diff] [blame] |
Fix missing pywin32 wheel version Version 300 does not exist. Running: vpython3 -vpython-spec src/.vpython3 -vpython-tool verify gives the error: failed to resolve infra/python/wheels/pywin32/windows-386_cp311_cp311@version:300 (line 97): no such tag Change-Id: I6c42853c285892c946f5723f36649b0eaefedf17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6164608 Auto-Submit: Benjamin Joyce (Ben) <[email protected]> Reviewed-by: Weizhong Xia <[email protected]> Commit-Queue: Benjamin Joyce (Ben) <[email protected]> Reviewed-by: Ben Pastene <[email protected]> Cr-Commit-Position: refs/heads/main@{#1404985}
diff --git a/.vpython3 b/.vpython3 index 499d76cb..a3cb9aa 100644 --- a/.vpython3 +++ b/.vpython3
@@ -501,7 +501,7 @@ # //third_party/blink/tools/blinkpy/web_tests/port/server_process.py wheel: < name: "infra/python/wheels/pywin32/${vpython_platform}" - version: "version:300" + version: "version:306" match_tag: < platform: "win32" >