[Python-checkins] bpo-34632: fix installation of importlib.metadata (#13563)

Jason R. Coombs webhook-mailer at python.org
Sat May 25 04:09:45 EDT 2019


https://github.com/python/cpython/commit/c3738cfe63b1f2c1dc4a28d0ff9adb4e9e3aae1f
commit: c3738cfe63b1f2c1dc4a28d0ff9adb4e9e3aae1f
branch: master
author: Chih-Hsuan Yen <yan12125 at gmail.com>
committer: Jason R. Coombs <jaraco at jaraco.com>
date: 2019-05-25T04:09:34-04:00
summary:

bpo-34632: fix installation of importlib.metadata (#13563)

files:
M Makefile.pre.in

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 \



More information about the Python-checkins mailing list