File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ build-frontend = { name = "pip", args = "--no-build-isolation" }
118118xbuild-tools = [" curl" , " pkg-config" , " tar" ]
119119before-build = [
120120 # download wheel and pretend that it's compatible with the current platform settings
121- " curl https://files.pythonhosted.org/packages/8b/f1/672d303ddf17c24fc83afd712316fda78dc6fce1cd53011b839483e1ecc8/cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl -L -o cffi-1.17.1-py3-none-any.whl" ,
122- " pip install cffi-1.17.1-py3-none-any.whl" ,
121+ # "curl https://files.pythonhosted.org/packages/8b/f1/672d303ddf17c24fc83afd712316fda78dc6fce1cd53011b839483e1ecc8/cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl -L -o cffi-1.17.1-py3-none-any.whl",
122+ # "pip install cffi-1.17.1-py3-none-any.whl",
123123 # install the rest of the dependencies
124- " python -m pip install setuptools wheel" ,
124+ " python -m pip install setuptools wheel cffi " ,
125125]
126126
127127[tool .cibuildwheel .pyodide ]
You can’t perform that action at this time.
0 commit comments