File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -454,18 +454,6 @@ Pyodide-specific options can be added in the `[tool.py-build-cmake.pyodide]`
454454section of ` pyproject.toml ` .
455455
456456``` {note}
457- Current releases of `pyodide-build` have a bug that causes py-build-cmake to be
458- ignored when installing build dependencies, because its name contains `cmake`:
459- <https://github.com/pyodide/pyodide-build/issues/100>.
460- Since py-build-cmake is not installed in the build environment, the process
461- fails with the error
462- `pyproject_hooks._impl.BackendUnavailable: Cannot import 'py_build_cmake.build'`.
463-
464- A temporary workaround is to rename the py-build-cmake package to e.g.
465- `py-build-cmak` (change the `project.name` option in its pyproject.toml), build
466- this renamed version of py-build-cmake locally, add its Wheel directory to
467- the `PIP_FIND_LINKS` path, and then build your own package with a build
468- dependency on `py-build-cmak` instead of `py-build-cmake`.
469- Refer to `.github/workflows/wheel.yml` to see how this is done for
470- py-build-cmake's CI tests.
457+ At the time of writing, pyodide support requires a recent version of
458+ pyodide-build (>=0.30.0) and cibuildwheel (>=3.0.0rc2).
471459```
You can’t perform that action at this time.
0 commit comments