Skip to content

Commit

Permalink
Pin httplib2 to 0.15.0
Browse files Browse the repository at this point in the history
See singularityhub/sregistry-cli#252, and
links therein
  • Loading branch information
tschoonj committed Feb 13, 2020
1 parent f54fbba commit 58b018a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 58b018a

Please sign in to comment.