diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-14 23:21:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 23:21:27 -0500 |
commit | e027b0e371ddedc4377b43b425d2f67282ff45b7 (patch) | |
tree | 1dd47a247b3234b59cce478bc616eb45b6a2677e /pyraf | |
parent | 8e3c766e646906642a300c99188ed3bdc1258a5d (diff) | |
download | astroconda-contrib-e027b0e371ddedc4377b43b425d2f67282ff45b7.tar.gz |
pyraf: add missing stsci.distutils (#313)
Diffstat (limited to 'pyraf')
-rw-r--r-- | pyraf/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyraf/meta.yaml b/pyraf/meta.yaml index e75dbba..232be5d 100644 --- a/pyraf/meta.yaml +++ b/pyraf/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 }} @@ -21,6 +21,7 @@ package: requirements: build: - d2to1 + - stsci.distutils - astropy >=1.1 - ipython - matplotlib |