From 2bf58ad2e6d7c8cd96cc781d9dd9bdc0fa9fa85a Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 6 Dec 2016 13:14:50 -0300 Subject: Rename iraf-core back to iraf after eliminating need for a separate help pkg. --- astroconda-iraf-helpers/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'astroconda-iraf-helpers') 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: -- cgit