FIX Remove windows executables from distlib (#1467)

This commit is contained in:
Hood Chatham 2021-04-14 03:55:00 -04:00 committed by GitHub
parent b58d2ff274
commit 1574d3dc1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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."

View File

@ -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