From 9cba9ffdfdc64127ee47561c0bd6a339778599f5 Mon Sep 17 00:00:00 2001 From: Dirk Pranke Date: Thu, 20 Sep 2018 18:20:00 +0000 Subject: [PATCH] Add the crcmod wheel for gsutil, to get it to shut up. Hopefully this will also actually speed up downloads like it claims it will :). Bug: 875100 Change-Id: I712df6272135b1fa3b1f32095916b18128644718 Reviewed-on: https://chromium-review.googlesource.com/1179078 Reviewed-by: Vadim Shtayura Reviewed-by: Andrii Shyshkalov Reviewed-by: Robbie Iannucci Commit-Queue: Robbie Iannucci --- gsutil.vpython | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gsutil.vpython b/gsutil.vpython index 8de5cabd2..126c7aa80 100644 --- a/gsutil.vpython +++ b/gsutil.vpython @@ -100,3 +100,19 @@ wheel: < ## # END "cryptography" dependencies. ## + +wheel: < + name: "infra/python/wheels/crcmod/${vpython_platform}" + version: "version:1.7" + match_tag: < + abi: "cp27mu" + platform: "manylinux1_i686" + > + match_tag: < + abi: "cp27mu" + platform: "manylinux1_x86_64" + > + match_tag: < + platform: "macosx_10_6_intel" + > +>