diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-10-27 14:54:06 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-10-27 14:54:06 -0400 |
commit | 70b470a872dd001428b45530e67bd2ac0b195767 (patch) | |
tree | e3cd8172ea7e5a58ae72aa8c1763c1f35f59c4b2 /iraf.stsdas | |
parent | 634257fb47691d91a9940ef4d37e4a4756900248 (diff) | |
download | astroconda-iraf-70b470a872dd001428b45530e67bd2ac0b195767.tar.gz |
Make external IRAF packages depend on "iraf" (not just "iraf-core"), to ensure the old (conflicting) "iraf" can't be installed simultaneously.
Diffstat (limited to 'iraf.stsdas')
-rw-r--r-- | iraf.stsdas/meta.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/iraf.stsdas/meta.yaml b/iraf.stsdas/meta.yaml index e7ba0c6..ae78994 100644 --- a/iraf.stsdas/meta.yaml +++ b/iraf.stsdas/meta.yaml @@ -21,10 +21,9 @@ source: requirements: build: - astroconda-iraf-helpers - - iraf-core !=2.16.1,>=2.16.UR + - iraf-core >=2.16.UR # (build shouldn't depend on PyRAF or X11IRAF) - iraf.tables run: - - iraf-core !=2.16.1,>=2.16.UR - - iraf-help !=2.16.1,>=2.16.UR + - iraf !=2.16.1,>=2.16.UR # (must ensure correct run-time "iraf" version) - iraf.tables |