Skip to content

Commit

Permalink
surelog-uhdm: add python to host requirements
Browse files Browse the repository at this point in the history
This way we ensure that python will be included in
the Conda package build string.

Signed-off-by: Tomasz Jurtsch <[email protected]>
  • Loading branch information
tjurtsch committed Jul 10, 2020
1 parent 04a32e9 commit 0cd9a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions surelog-uhdm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ requirements:
- flex
- libunwind
- swig
host:
- python {{ python }}
run:
- ncurses
- gperftools
Expand Down

0 comments on commit 0cd9a10

Please sign in to comment.