From b1b2caf62f93607606494f15ec5800070d2de13a Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Sat, 25 May 2019 15:46:31 +0800 Subject: [PATCH] bpo-34632: fix installation of importlib.metadata --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 466cd763c98dee..925d52f7894e11 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1320,6 +1320,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ test/test_import/data/package \ test/test_import/data/package2 \ importlib \ + importlib/metadata \ test/test_importlib \ test/test_importlib/builtin \ test/test_importlib/data01 \