From 6e07aaee5a4c57e52f86b00e3234c777ad84e0e8 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:27:47 +0530 Subject: [PATCH] Drop `build`'s installation from Pyodide build tools --- cibuildwheel/platforms/pyodide.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cibuildwheel/platforms/pyodide.py b/cibuildwheel/platforms/pyodide.py index 996f0484d..30d5f25d4 100644 --- a/cibuildwheel/platforms/pyodide.py +++ b/cibuildwheel/platforms/pyodide.py @@ -285,7 +285,6 @@ def setup_python( "install", "--upgrade", "pyodide-build", - "build[virtualenv]", *constraint_flags(constraints_path), env=env, )