Skip to content

Commit

Permalink
ensure run-export from xorg-libx11 gets ignored correctly everywhere (#…
Browse files Browse the repository at this point in the history
…721)

automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 30, 2024
2 parents f0d9be9 + d5f829e commit 0e0de9a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
{% set build_number = 1 %}
{% set build_number = 2 %}

# this makes the linter happy
{% set channel_targets = channel_targets or 'conda-forge main' %}
Expand Down Expand Up @@ -88,7 +88,7 @@ outputs:
# Copy rather than link.
no_link:
- DLLs/_ctypes.pyd # [win]
ignore_run_exports_from: # [unix]
ignore_run_exports_from:
# C++ only installed so CXX is defined for distutils/sysconfig.
- {{ compiler('cxx') }} # [unix]
# this is just to get the headers needed for tk.h, but is unused
Expand Down Expand Up @@ -185,7 +185,11 @@ outputs:
- python_abi {{ ver2 }}.* *_{{ abi_tag }}
test:
downstreams:
{% if freethreading == "yes" %}
- cython >=3.1.0.a0
{% else %}
- cython
{% endif %}
- setuptools
requires:
- ripgrep
Expand Down

0 comments on commit 0e0de9a

Please sign in to comment.