We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1dc65 commit 766d1faCopy full SHA for 766d1fa
recipes/recipes_emscripten/cysignals/recipe.yaml
@@ -11,7 +11,7 @@ source:
11
sha256: 4aefa3b35eb036cb40b2b948df84725976b987895338204f64550e2d63891f5f
12
13
build:
14
- script: $PYTHON -m pip install . -vv
+ script: ${{ PYTHON }} -m pip install . ${{ PIP_ARGS }}
15
number: 0
16
17
requirements:
@@ -21,6 +21,7 @@ requirements:
21
- cross-python_${{ target_platform }}
22
- python
23
- pip
24
+ - meson-python
25
host:
26
27
run:
@@ -58,4 +59,4 @@ about:
58
59
60
extra:
61
recipe-maintainers:
- - copilot
62
+ - copilot
0 commit comments