mirror of https://github.com/pyodide/pyodide.git
FIX Remove windows executables from distlib (#1467)
This commit is contained in:
parent
b58d2ff274
commit
1574d3dc1a
3
Makefile
3
Makefile
|
@ -52,7 +52,8 @@ build/pyodide.asm.js: \
|
|||
--preload-file src/pyodide-py/pyodide@/lib/python$(PYMINOR)/site-packages/pyodide \
|
||||
--preload-file src/pyodide-py/_pyodide@/lib/python$(PYMINOR)/site-packages/_pyodide \
|
||||
--exclude-file "*__pycache__*" \
|
||||
--exclude-file "*/test/*"
|
||||
--exclude-file "*/test/*" \
|
||||
--exclude-file "*/tests/*"
|
||||
date +"[%F %T] done building pyodide.asm.js."
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@ package:
|
|||
source:
|
||||
sha256: edf6116872c863e1aa9d5bb7cb5e05a022c519a4594dc703843343a9ddd9bff1
|
||||
url: https://files.pythonhosted.org/packages/2f/83/1eba07997b8ba58d92b3e51445d5bf36f9fba9cb8166bcae99b9c3464841/distlib-0.3.1.zip
|
||||
build:
|
||||
script: "find . -name *.exe -delete"
|
||||
test:
|
||||
imports:
|
||||
- distlib
|
||||
|
|
Loading…
Reference in New Issue