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. --- astroconda-iraf-helpers/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astroconda-iraf-helpers') diff --git a/astroconda-iraf-helpers/meta.yaml b/astroconda-iraf-helpers/meta.yaml index 6cbb845..fb00637 100644 --- a/astroconda-iraf-helpers/meta.yaml +++ b/astroconda-iraf-helpers/meta.yaml @@ -13,6 +13,6 @@ source: git_url: https://github.com/astroconda/astroconda-iraf-helpers.git requirements: run: - - iraf !=2.16.1,>=2.16.UR # conda oddly considers 2.16.1 > 2.16.UR/UR_2.16 + - iraf-core !=2.16.1,>=2.16.UR # conda considers 2.16.1 > 2.16.UR/UR_2.16 - pyraf -- cgit