Skip to content

Commit 620fc8e

Browse files
committed
[Docs] require pyodide version requirements
1 parent f1adda7 commit 620fc8e

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

docs/usage/cross-compilation.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -454,18 +454,6 @@ Pyodide-specific options can be added in the `[tool.py-build-cmake.pyodide]`
454454
section 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
```

0 commit comments

Comments
 (0)