From ead6ab4d56548911edab4cc18b543d29b3b1abf9 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Mon, 7 Sep 2026 12:33:56 +0200 Subject: [PATCH] add run-export to libpython Co-authored-by: Isuru Fernando --- recipe/meta.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 04fa0972b..553b8e071 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 = 6 %} +{% set build_number = 7 %} # this makes the linter happy {% set channel_targets = channel_targets or 'conda-forge main' %} @@ -336,6 +336,9 @@ outputs: - PY_INTERP_DEBUG={{ py_interp_debug }} - PY_FREETHREADING={{ freethreading }} string: h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}{{ debug }}_{{ abi_tag }} + run_exports: # [unix] + weak: # [unix] + - {{ pin_subpackage("libpython", min_pin="x.x", max_pin="x") }} # [unix] requirements: build: - {{ stdlib('c') }}