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 /iraf-help | |
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 'iraf-help')
-rw-r--r-- | iraf-help/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |