diff options
author | James Turner <jturner@gemini.edu> | 2016-12-06 11:14:50 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2016-12-06 11:14:50 -0500 |
commit | 2bf58ad2e6d7c8cd96cc781d9dd9bdc0fa9fa85a (patch) | |
tree | 7bf1750b8dd286f9fe1f8726bce97245327ae8b9 /iraf-help/meta.yaml | |
parent | 14555b74aedd7fb96c37a32fecb9b9668c1ba425 (diff) | |
download | astroconda-iraf-2bf58ad2e6d7c8cd96cc781d9dd9bdc0fa9fa85a.tar.gz |
Rename iraf-core back to iraf after eliminating need for a separate help pkg.
Diffstat (limited to 'iraf-help/meta.yaml')
-rw-r--r-- | iraf-help/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iraf-help/meta.yaml b/iraf-help/meta.yaml index 2844006..b6fad01 100644 --- a/iraf-help/meta.yaml +++ b/iraf-help/meta.yaml @@ -11,6 +11,6 @@ package: requirements: build: - astroconda-iraf-helpers # depends on PyRAF, hence why separate - - iraf-core !=2.16.1,>=2.16.UR + - iraf !=2.16.1,>=2.16.UR run: - - iraf-core !=2.16.1,>=2.16.UR + - iraf !=2.16.1,>=2.16.UR |