Skip to content

Commit 0e0de9a

Browse files
ensure run-export from xorg-libx11 gets ignored correctly everywhere (#721)
automerged PR by conda-forge/automerge-action
2 parents f0d9be9 + d5f829e commit 0e0de9a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

recipe/meta.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7-
{% set build_number = 1 %}
7+
{% set build_number = 2 %}
88

99
# this makes the linter happy
1010
{% set channel_targets = channel_targets or 'conda-forge main' %}
@@ -88,7 +88,7 @@ outputs:
8888
# Copy rather than link.
8989
no_link:
9090
- DLLs/_ctypes.pyd # [win]
91-
ignore_run_exports_from: # [unix]
91+
ignore_run_exports_from:
9292
# C++ only installed so CXX is defined for distutils/sysconfig.
9393
- {{ compiler('cxx') }} # [unix]
9494
# this is just to get the headers needed for tk.h, but is unused
@@ -185,7 +185,11 @@ outputs:
185185
- python_abi {{ ver2 }}.* *_{{ abi_tag }}
186186
test:
187187
downstreams:
188+
{% if freethreading == "yes" %}
189+
- cython >=3.1.0.a0
190+
{% else %}
188191
- cython
192+
{% endif %}
189193
- setuptools
190194
requires:
191195
- ripgrep

0 commit comments

Comments
 (0)