diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-09-29 11:39:27 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-09-29 11:39:27 -0400 |
commit | a32e82dd68e48216723ab26caeca2d07efc52aa6 (patch) | |
tree | edab8715df8fa2f6a21df2d4c076d971972de2a5 /iraf.tables | |
parent | 4ee8301df6891df89ede6aa3012f9a984ab5623c (diff) | |
download | astroconda-iraf-a32e82dd68e48216723ab26caeca2d07efc52aa6.tar.gz |
Rename astroconda-utils to astroconda-build-utils.
Diffstat (limited to 'iraf.tables')
-rw-r--r-- | iraf.tables/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/iraf.tables/meta.yaml b/iraf.tables/meta.yaml index 1e7836f..b5bd1c7 100644 --- a/iraf.tables/meta.yaml +++ b/iraf.tables/meta.yaml @@ -5,7 +5,7 @@ about: build: binary_relocation: False number: '0' - # These must be copied from astroconda-utils, since conda unhelpfully + # These must be copied from astroconda-build-utils, since conda unhelpfully # disallows the post-install step from depending on other packages: always_include_files: - bin/ac_config_iraf_pkg @@ -20,8 +20,8 @@ source: - ac.iraf.stsci.patch requirements: build: - - iraf !=2.16.1,>=2.16.UR # conda oddly considers 2.16.1 > 2.16.UR/UR_2.16 - - astroconda-utils + - iraf !=2.16.1,>=2.16.UR + - astroconda-build-utils run: - iraf !=2.16.1,>=2.16.UR |