diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 16:32:09 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 16:32:09 -0400 | 
| commit | a13065664c59227958a4daab62be533dce81b8ff (patch) | |
| tree | 16abc54714da18b4e90420f7e7d95c3189f052f2 | |
| parent | 81eec5e00a9881ea7ad22ff963978d1c59ecd522 (diff) | |
| download | astroconda-dev-a13065664c59227958a4daab62be533dce81b8ff.tar.gz | |
Add back stsci.distutils and d2to1 build deps
| -rw-r--r-- | stsci.tools/meta.yaml | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index 671f8d1..7b19b37 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -16,6 +16,8 @@ package:      version: {{ version }}  requirements:      build: +    - d2to1 +    - stsci.distutils      - astropy >=1.1      - pytools      - setuptools @@ -23,6 +25,7 @@ requirements:      - python x.x      run:      - astropy >=1.1 +    - stsci.distutils      - pytools      - numpy x.x      - python x.x | 
