From 58b018a909b1017cd5d74834e17b862196bee106 Mon Sep 17 00:00:00 2001 From: Tom Schoonjans Date: Wed, 12 Feb 2020 17:55:47 +0000 Subject: [PATCH] Pin httplib2 to 0.15.0 See https://github.com/singularityhub/sregistry-cli/issues/252, and links therein --- recipe/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index db23b2e..7978c33 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -123,6 +123,7 @@ outputs: - google-cloud-storage >=1.4.0 - retrying >=1.3.3 - google-api-python-client >=1.6.4 + - httplib2 ==0.15.0 test: imports: - sregistry.main.google_storage @@ -137,6 +138,7 @@ outputs: - google-cloud-storage >=1.4.0 - retrying >=1.3.3 - google-api-python-client >=1.6.4 + - httplib2 ==0.15.0 test: imports: - sregistry.main.google_build @@ -149,6 +151,7 @@ outputs: - {{ pin_subpackage('sregistry', exact=True) }} - oauth2client >=3.0 - google-api-python-client >=1.6.4 + - httplib2 ==0.15.0 test: imports: - sregistry.main.google_drive @@ -163,6 +166,7 @@ outputs: - google-api-python-client >=1.6.4 - google-cloud-storage >=1.4.0 - retrying >=1.3.3 + - httplib2 ==0.15.0 test: imports: - sregistry.main.google_storage