From f14fcefab9deb19af3ca9670bf054b013004f953 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Tue, 18 Dec 2018 06:33:29 -0500
Subject: pycgen: do not compile ./lib2to3/tests/data/%.py.

---
 project/pycgen.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/project/pycgen.mk b/project/pycgen.mk
index af02e96..27e7dbd 100644
--- a/project/pycgen.mk
+++ b/project/pycgen.mk
@@ -55,6 +55,10 @@ $(PYCOMPILE_DIR)/$(PYDIST_PYCDIR)/./urllib/%.py: $(SOURCE_DIR)/Lib/urllib/%.py $
 		PYCOPY_DSTDIR=$(PYCOMPILE_DIR)/$(PYDIST_PYCDIR)/urllib \
 		$(PYCOPY) $<
 
+$(PYDIST_PYCDIR)/./lib2to3/tests/data/%.pyx: $(PYCOMPILE_DIR)/tree.tag
+$(PYDIST_PYCDIR)/./lib2to3/tests/data/%.pyx: $(PYDIST_PYCDIR)/./lib2to3/tests/data/%.py
+		touch $@
+
 PYCGEN_SRCS = \
 	$(PYCGEN_CFGDAT) \
 	$(PYCGEN_PYSRCS) \
-- 
cgit v1.2.3