From 43e40ae37beb619019553859bf7070ea6c45dc75 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sat, 8 Feb 2020 00:36:36 -0600 Subject: [PATCH] noarch run_exports --- recipe/meta.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c8aeea716..ca4c2a3a9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -78,7 +78,7 @@ source: build: - number: 3 + number: 4 # Windows has issues updating python if conda is using files itself. # Copy rather than link. no_link: @@ -102,7 +102,10 @@ build: # Would like to be able to append to the calculated build string here, ping @msarahan, is this possible? string: h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}{{ linkage_nature }}{{ debug }}_cpython run_exports: - - python_abi 3.8.* cp38 + noarch: + - python + weak: + - python_abi 3.8.* cp38 script_env: - PY_INTERP_LINKAGE_NATURE - PY_INTERP_DEBUG