diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-10-26 10:16:03 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-10-26 10:16:03 -0400 |
commit | b3796602986c73b8fc809c9383acd802deea337c (patch) | |
tree | cfadc348a72677d6e8af825736fdbb4fa87195ae /astroconda-iraf-helpers | |
parent | 243ba32dd994b7a15583ba135eccdecdcb43c47b (diff) | |
download | astroconda-iraf-b3796602986c73b8fc809c9383acd802deea337c.tar.gz |
Rename iraf package to iraf-core, in order to make a more complete iraf meta-package.
Diffstat (limited to 'astroconda-iraf-helpers')
-rw-r--r-- | astroconda-iraf-helpers/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |