Skip to content

Commit 766d1fa

Browse files
committed
Add meson-python requirement
1 parent 3b1dc65 commit 766d1fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

recipes/recipes_emscripten/cysignals/recipe.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source:
1111
sha256: 4aefa3b35eb036cb40b2b948df84725976b987895338204f64550e2d63891f5f
1212

1313
build:
14-
script: $PYTHON -m pip install . -vv
14+
script: ${{ PYTHON }} -m pip install . ${{ PIP_ARGS }}
1515
number: 0
1616

1717
requirements:
@@ -21,6 +21,7 @@ requirements:
2121
- cross-python_${{ target_platform }}
2222
- python
2323
- pip
24+
- meson-python
2425
host:
2526
- python
2627
run:
@@ -58,4 +59,4 @@ about:
5859
5960
extra:
6061
recipe-maintainers:
61-
- copilot
62+
- copilot

0 commit comments

Comments
 (0)