diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 082f52b19..3a550f3fe 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -227,7 +227,7 @@ outputs: {% if 'conda-forge' in channel_targets %} - ncurses # [unix] run_constrained: - - python_abi {{ ver2 }}.* *_cp{{ ver2nd }} + - python_abi {{ ver2 }}.* {{ build_number }}_cp{{ ver2nd }} {% endif %} test: downstreams: @@ -295,6 +295,17 @@ outputs: - popd - test ! -f default.profraw # [osx] + - name: python_abi + version: {{ ver2 }} + build: + number: {{ build_number }} + string: {{ build_number }}_cp{{ ver2nd }} + requirements: + run: + - python {{ version }}.* + run_constrained: + - pypy <0a0 + - name: libpython-static script: build_static.sh # [unix] script: build_static.bat # [win]