From b3796602986c73b8fc809c9383acd802deea337c Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 26 Oct 2016 11:16:03 -0300 Subject: Rename iraf package to iraf-core, in order to make a more complete iraf meta-package. --- 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 b6fad01..2844006 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 !=2.16.1,>=2.16.UR + - iraf-core !=2.16.1,>=2.16.UR run: - - iraf !=2.16.1,>=2.16.UR + - iraf-core !=2.16.1,>=2.16.UR -- cgit