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 /astroconda-iraf-helpers | |
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 'astroconda-iraf-helpers')
-rw-r--r-- | astroconda-iraf-helpers/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astroconda-iraf-helpers/meta.yaml b/astroconda-iraf-helpers/meta.yaml index b1f4c8e..aa143da 100644 --- a/astroconda-iraf-helpers/meta.yaml +++ b/astroconda-iraf-helpers/meta.yaml @@ -13,7 +13,8 @@ source: git_url: https://github.com/astroconda/astroconda-iraf-helpers.git requirements: run: - - iraf-core !=2.16.1,>=2.16.UR # conda considers 2.16.1 > 2.16.UR/UR_2.16 + - iraf !=2.16.1,>=2.16.UR # conda considers 2.16.1 > 2.16.UR/UR_2.16 + # PyRAF is needed by scripts/make_iraf_help, but we're trying to replace # that with $iraf/make_help, so these are commented out to avoid pulling in # masses of unnecessary Python build dependencies for every IRAF package: |