diff --git a/cibuildwheel/platforms/pyodide.py b/cibuildwheel/platforms/pyodide.py index 1871fca4..60d70707 100644 --- a/cibuildwheel/platforms/pyodide.py +++ b/cibuildwheel/platforms/pyodide.py @@ -284,9 +284,8 @@ def setup_python( "pip", "install", "--upgrade", - "auditwheel-emscripten", - "build[virtualenv]", "pyodide-build", + "build[virtualenv]", *constraint_flags(constraints_path), env=env, )