diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-14 22:13:24 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-14 22:13:24 -0500 | 
| commit | 3b964041b0a02e159bde41043de346c301f3966f (patch) | |
| tree | 33695a1e3db78000fea789c9e478700bdc2f3618 | |
| parent | 0014929a548b06f85c3409c51f5dd34791421cad (diff) | |
| download | astroconda-contrib-3b964041b0a02e159bde41043de346c301f3966f.tar.gz | |
Fixup d2to1 recipes (#309)
| -rw-r--r-- | costools/meta.yaml | 2 | ||||
| -rw-r--r-- | drizzlepac/meta.yaml | 2 | ||||
| -rw-r--r-- | nictools/meta.yaml | 3 | 
3 files changed, 5 insertions, 2 deletions
| diff --git a/costools/meta.yaml b/costools/meta.yaml index c6e0715..45a5a45 100644 --- a/costools/meta.yaml +++ b/costools/meta.yaml @@ -3,7 +3,7 @@  {% if version[0] == 'v' %}  {%   set version = version[1:] %}  {% endif %} -{% set number = '2' %} +{% set number = '3' %}  about:      home: https://github.com/spacetelescope/{{ name }} diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index 15b0800..f2e4cb3 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -19,6 +19,8 @@ package:  requirements:      build: +    - d2to1 +    - stsci.distutils      - astropy >=1.1      - fitsblender      - nictools diff --git a/nictools/meta.yaml b/nictools/meta.yaml index dba8ac2..6db4c46 100644 --- a/nictools/meta.yaml +++ b/nictools/meta.yaml @@ -19,10 +19,11 @@ package:  requirements:      build: +    - d2to1 +    - stsci.distutils      - astropy >=1.1      - numpy {{ numpy }}      - scipy -    - stsci.distutils      - stsci.tools      - setuptools      - python {{ python }} | 
