summaryrefslogtreecommitdiff
path: root/hstcal
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2020-03-03 16:30:56 -0500
committerGitHub <noreply@github.com>2020-03-03 16:30:56 -0500
commit194df7bfa7776dfb6d986696fcdcb73b99094733 (patch)
treead19e22e049f5cbc7c229722256c031147738f89 /hstcal
parent461b6122a78d2db120ed04f58501798675474a02 (diff)
downloadastroconda-contrib-194df7bfa7776dfb6d986696fcdcb73b99094733.tar.gz
Add python as a build dependency since it's required by the build tool 'waf'. (#618)
Diffstat (limited to 'hstcal')
-rw-r--r--hstcal/meta.yaml1
1 files changed, 1 insertions, 0 deletions
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]