Skip to content

Commit

Permalink
Properly ignore run_exports from both python and python_abi (#48)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 1, 2024
2 parents c475d2f + 174fcc0 commit b477cfd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source:
sha256: de4072ad372db6c3f511ff4534410767fb0def1972d83c8894e0ee794358a5ec

build:
number: 1
number: 2

outputs:
- name: {{ cxx_name }}
Expand All @@ -26,6 +26,10 @@ outputs:
- {{ pin_subpackage(cxx_name, max_pin='x') }}
ignore_run_exports:
- python
- python_abi
ignore_run_exports_from:
- python
- cross-python_{{ target_platform }} # [build_platform != target_platform]
requirements:
build:
- {{ compiler('cxx') }}
Expand Down

0 comments on commit b477cfd

Please sign in to comment.