From a94d4faa110676ea1939b04111eb5c04fe612c52 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Tue, 17 Mar 2026 01:16:09 +0530 Subject: [PATCH] Drop explicit `build` and `virtualenv` installation from Pyodide build tools (#2782) --- cibuildwheel/platforms/pyodide.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cibuildwheel/platforms/pyodide.py b/cibuildwheel/platforms/pyodide.py index 996f0484..30d5f25d 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, )