summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorChih-Hsuan Yen <yan12125@gmail.com>2019-05-25 08:09:35 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2019-05-25 08:09:34 (GMT)
commitc3738cfe63b1f2c1dc4a28d0ff9adb4e9e3aae1f (patch)
tree76d069b3cd960dd2bcbe78837f8c9641182b0e98 /Makefile.pre.in
parent81bb97df6138c755e229dcdac9bed747e31b61b3 (diff)
downloadcpython-c3738cfe63b1f2c1dc4a28d0ff9adb4e9e3aae1f.zip
cpython-c3738cfe63b1f2c1dc4a28d0ff9adb4e9e3aae1f.tar.gz
cpython-c3738cfe63b1f2c1dc4a28d0ff9adb4e9e3aae1f.tar.bz2
bpo-34632: fix installation of importlib.metadata (#13563)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
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 \