Skip to content

Commit

Permalink
Add pip as a host dependency.
Browse files Browse the repository at this point in the history
The build succeeds without that, but the `script` line does utilize pip so I suppose it is technically needed.

Co-authored-by: Uwe L. Korn <xhochy@users.noreply.github.com>
  • Loading branch information
leftaroundabout and xhochy authored Oct 7, 2024
1 parent 6f585a9 commit fbf2be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/odl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build:
requirements:
host:
- python >=3.7
- pip
- setuptools >=65.6

run:
Expand Down

0 comments on commit fbf2be9

Please sign in to comment.