Skip to content

Commit

Permalink
Merge pull request #6 from ucb-bar/mergify/copy/main/pr-5
Browse files Browse the repository at this point in the history
do not add python_abi to runtime requirements (copy #5)
  • Loading branch information
abejgonzalez authored Mar 6, 2023
2 parents cc9236f + d8e9f40 commit e604ae5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ requirements:
- mpc
#- zlib
- file
ignore_run_exports:
# nothing links against libpython, the build scripts just don't work out
# of the box if you split the libs into build/host
- python_abi

test:
commands:
Expand Down

0 comments on commit e604ae5

Please sign in to comment.