From ff8f4ecd3cbdc3825209d06b04a822e4b461494f Mon Sep 17 00:00:00 2001 From: myoualid Date: Sun, 28 Sep 2025 13:37:30 +0100 Subject: [PATCH] Revert "add bison dependency for pyodide wasm build" This reverts commit cfa21b3cbf07f1a2df1950465ccc12aecbc21b30. --- pyodide/meta.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyodide/meta.yaml b/pyodide/meta.yaml index 490eee782c..f18eceb0b2 100644 --- a/pyodide/meta.yaml +++ b/pyodide/meta.yaml @@ -5,10 +5,6 @@ package: source: path: ../../IfcOpenShell -requirements: - build: - - bison - build: script: | BUILD_CFG=Release python nix/build-all.py --without-rocksdb --without-hdf5 --without-opencollada --without-swig --without-pcre -v --wasm --py313 IfcOpenShell-Python