From 1ac179511c7a8890f1fdaa5cb848dfcd2d2eb84b Mon Sep 17 00:00:00 2001 From: Brian Ryner Date: Tue, 24 Aug 2021 17:34:28 +0000 Subject: [PATCH] Switch to fixed version of crcmod. This won't affect anything at present, but will give us a working wheel for mac-arm64 if that platform is later added to match_tags. Bug: 1233745 Change-Id: Ib3126d80d488fc9170713482dede666617c23129 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3115585 Auto-Submit: Brian Ryner Commit-Queue: Dirk Pranke Reviewed-by: Dirk Pranke --- gsutil.vpython | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsutil.vpython b/gsutil.vpython index aa47e5918f..fb103e0bdb 100644 --- a/gsutil.vpython +++ b/gsutil.vpython @@ -100,7 +100,7 @@ wheel: < wheel: < name: "infra/python/wheels/crcmod/${vpython_platform}" - version: "version:1.7" + version: "version:1.7.chromium.2" match_tag: < abi: "cp27mu" platform: "manylinux1_i686"