From 54c265ea2b2fc90ae29fc87366cffc0a5e57f7c4 Mon Sep 17 00:00:00 2001 From: Brian Ryner Date: Wed, 22 Dec 2021 18:11:11 +0000 Subject: [PATCH] Enable the crcmod wheel for gsutil on all platforms. Verified with 'vpython -vpython-spec gsutil.vpython -vpython-tool verify Bug: 875100 Change-Id: I1efafa0ddc2e2074eba605e8b7f0b69fce124679 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3351475 Auto-Submit: Brian Ryner Reviewed-by: Dirk Pranke Commit-Queue: Dirk Pranke --- gsutil.vpython | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gsutil.vpython b/gsutil.vpython index 45a2059c5..43a6b2811 100644 --- a/gsutil.vpython +++ b/gsutil.vpython @@ -101,15 +101,4 @@ wheel: < wheel: < name: "infra/python/wheels/crcmod/${vpython_platform}" version: "version:1.7.chromium.2" - match_tag: < - abi: "cp27mu" - platform: "manylinux1_i686" - > - match_tag: < - abi: "cp27mu" - platform: "manylinux1_x86_64" - > - match_tag: < - platform: "macosx_10_6_intel" - > >