From 6c559b28ebcf526a7399aad593f82644f23b0760 Mon Sep 17 00:00:00 2001 From: Ze Vinicius Date: Wed, 3 May 2017 10:51:17 -0700 Subject: add python to 'build' and 'run' --- pyraf.kepler/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyraf.kepler/meta.yaml b/pyraf.kepler/meta.yaml index 83c058c..7b40653 100644 --- a/pyraf.kepler/meta.yaml +++ b/pyraf.kepler/meta.yaml @@ -18,9 +18,11 @@ source: url: https://github.com/KeplerGO/PyKE/archive/v2.6.3.tar.gz requirements: build: + - python - astroconda-iraf-helpers - iraf !=2.16.1,>=2.16.UR run: + - python - iraf !=2.16.1,>=2.16.UR - pyraf - astropy -- cgit