From 0cd9a10280077bd1d5ed2a3503e53ccbad602ea4 Mon Sep 17 00:00:00 2001 From: Tomasz Jurtsch Date: Fri, 10 Jul 2020 12:53:38 +0200 Subject: [PATCH] surelog-uhdm: add python to host requirements This way we ensure that python will be included in the Conda package build string. Signed-off-by: Tomasz Jurtsch --- surelog-uhdm/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/surelog-uhdm/meta.yaml b/surelog-uhdm/meta.yaml index 0507e69a..eaa2690e 100644 --- a/surelog-uhdm/meta.yaml +++ b/surelog-uhdm/meta.yaml @@ -25,6 +25,8 @@ requirements: - flex - libunwind - swig + host: + - python {{ python }} run: - ncurses - gperftools