diff options
author | Matt Rendina <mrendina@stsci.edu> | 2018-04-24 09:49:22 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2018-04-24 10:12:13 -0400 |
commit | 1ac63414d44ecee560031ac1307bef9e20156dd3 (patch) | |
tree | 9ea9bf591669a2afce7845f2fd4f431866cb2a98 /asdf | |
parent | a2a8291eec39a69d020551a31997d4dc422a28db (diff) | |
download | astroconda-contrib-1ac63414d44ecee560031ac1307bef9e20156dd3.tar.gz |
Adjust asdf recipe to eliminate conda-build dependency error.
Diffstat (limited to 'asdf')
-rw-r--r-- | asdf/meta.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml index 342950d..aa43364 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,7 +1,5 @@ {% set name = 'asdf' %} {% set version = '2.0.0' %} -{% set hash_type = "sha256" %} -{% set hash_value = "dcdb00b3e00bb9c29efad5ce68002679ffc653d55d8799f8037c491cc0e91d66" %} {% set number = '0' %} about: @@ -36,9 +34,8 @@ requirements: - python source: - fn: '{{ name }}-{{ version }}.tar.gz' - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - '{{ hash_type }}': '{{ hash_value }}' + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }}.git test: commands: |