From: Chih-Hsuan Yen <yan12125@gmail.com> Date: Sat, 25 May 2019 08:09:35 +0000 (+0800) Subject: bpo-34632: fix installation of importlib.metadata (#13563) X-Git-Tag: v3.8.0b1~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3738cfe63b1f2c1dc4a28d0ff9adb4e9e3aae1f;p=python bpo-34632: fix installation of importlib.metadata (#13563) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 466cd763c9..925d52f789 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 \