From 194df7bfa7776dfb6d986696fcdcb73b99094733 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 3 Mar 2020 16:30:56 -0500 Subject: Add python as a build dependency since it's required by the build tool 'waf'. (#618) --- hstcal/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml index 53e4767..3d25268 100644 --- a/hstcal/meta.yaml +++ b/hstcal/meta.yaml @@ -16,6 +16,7 @@ package: requirements: build: + - python {{ python }} - cfitsio >=3.440 - pkg-config - gcc_linux-64 [linux] -- cgit