From 0c63457b37bf723fcd1dd8ec35bbbe1a1382a628 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Fri, 3 Jun 2022 08:51:41 +0900 Subject: [PATCH] Remove tzdata from the build step (#2658) --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index fce9cd974..846ee1a2c 100644 --- a/Makefile +++ b/Makefile @@ -25,9 +25,6 @@ all: check \ dist/module_webworker_dev.js echo -e "\nSUCCESS!" -$(CPYTHONLIB)/tzdata : - pip install tzdata --target=$(CPYTHONLIB) - dist/pyodide_py.tar: $(wildcard src/py/pyodide/*.py) $(wildcard src/py/_pyodide/*.py) cd src/py && tar --exclude '*__pycache__*' -cf ../../dist/pyodide_py.tar pyodide _pyodide @@ -44,7 +41,6 @@ dist/pyodide.asm.js: \ src/core/python2js.o \ src/js/_pyodide.out.js \ $(wildcard src/py/lib/*.py) \ - $(CPYTHONLIB)/tzdata \ $(CPYTHONLIB) date +"[%F %T] Building pyodide.asm.js..." [ -d dist ] || mkdir dist