diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-12-27 23:44:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-27 23:44:41 -0500 |
commit | 90bccc38e9beb17674d6243848f1403eed69c273 (patch) | |
tree | eb288171b5be4cdd3cc8617cdcce8c2bf4f7ad79 /ginga | |
parent | 87565e41d67d6ffe2c91b2677dde5c18e36bc76e (diff) | |
download | astroconda-contrib-90bccc38e9beb17674d6243848f1403eed69c273.tar.gz |
Add missing qtpy dep; Fix version/tag usage (#128)
Diffstat (limited to 'ginga')
-rw-r--r-- | ginga/meta.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml index 2dea4e3..eb0cbd6 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,5 +1,6 @@ {% set name = 'ginga' %} -{% set version = 'v2.6.1' %} +{% set version = '2.6.1' %} +{% set tag = 'v' + version %} {% set number = '0' %} about: home: https://github.com/ejeschke/{{ name }} @@ -13,15 +14,17 @@ package: requirements: build: - astropy >=1.2 + - qtpy - setuptools - numpy x.x - python x.x run: - astropy >=1.2 + - qtpy - numpy x.x - python x.x source: - git_tag: {{ version }} + git_tag: {{ tag }} git_url: https://github.com/ejeschke/{{ name }}.git test: commands: |