diff --git a/recipe/meta.yaml b/recipe/meta.yaml index edae62de3..07d63eeb7 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -77,7 +77,7 @@ source: build: - number: 1 + number: 2 # Windows has issues updating python if conda is using files itself. # Copy rather than link. no_link: @@ -100,6 +100,11 @@ build: skip: True # [win and int(float(vc)) < 14] # 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: + noarch: + - python + weak: + - python_abi 3.8.* cp38 script_env: - PY_INTERP_LINKAGE_NATURE - PY_INTERP_DEBUG