From: Chih-Hsuan Yen 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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3738cfe63b1f2c1dc4a28d0ff9adb4e9e3aae1f;p=thirdparty%2FPython%2Fcpython.git bpo-34632: fix installation of importlib.metadata (#13563) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 466cd763c98d..925d52f7894e 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 \