From 70b470a872dd001428b45530e67bd2ac0b195767 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Thu, 27 Oct 2016 15:54:06 -0300 Subject: Make external IRAF packages depend on "iraf" (not just "iraf-core"), to ensure the old (conflicting) "iraf" can't be installed simultaneously. --- iraf.fitsutil/meta.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'iraf.fitsutil') diff --git a/iraf.fitsutil/meta.yaml b/iraf.fitsutil/meta.yaml index 8a38dae..0a41417 100644 --- a/iraf.fitsutil/meta.yaml +++ b/iraf.fitsutil/meta.yaml @@ -21,8 +21,7 @@ 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) 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) -- cgit