From c3738cfe63b1f2c1dc4a28d0ff9adb4e9e3aae1f Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen Date: Sat, 25 May 2019 16:09:35 +0800 Subject: bpo-34632: fix installation of importlib.metadata (#13563) --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 466cd76..925d52f 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 \ -- cgit v0.12