Skip to content

Commit 33a229d

Browse files
authored
Fix run_exports
1 parent 3719383 commit 33a229d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ outputs:
128128
string: h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}{{ linkage_nature }}{{ debug }} # ["conda-forge" not in (channel_targets or "")]
129129
{% if 'conda-forge' in channel_targets %}
130130
run_exports:
131-
{% if py_interp_debug == "yes" %}
132-
- python=*=*debug*
133-
{% endif %}
134131
noarch:
135132
- python
136133
weak:
137134
- python_abi {{ ver2 }}.* *_cp{{ ver2nd }}
135+
{% if py_interp_debug == "yes" %}
136+
- python {{ ver2 }}.* *_debug_cpython
137+
{% endif %}
138138
{% endif %}
139139
script_env:
140140
- PY_INTERP_LINKAGE_NATURE={{ linkage_nature_env }}

0 commit comments

Comments
 (0)