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. --- iraf-help/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iraf-help') 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 -- cgit