diff options
author | Dominic Davis-Foster <dominic@davis-foster.co.uk> | 2022-03-09 13:38:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 13:38:00 (GMT) |
commit | 23dcea5de736b367c0244042aaca10971538b2b4 (patch) | |
tree | e853338a4bd30eaa21c6710120789119ff52041a /Makefile.pre.in | |
parent | 02fbaf4887deaf0207a5805d3736e0124a694c14 (diff) | |
download | cpython-23dcea5de736b367c0244042aaca10971538b2b4.zip cpython-23dcea5de736b367c0244042aaca10971538b2b4.tar.gz cpython-23dcea5de736b367c0244042aaca10971538b2b4.tar.bz2 |
bpo-40059: Fix installation of tomllib (GH-31784)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 1b40764..9deffad 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1869,6 +1869,7 @@ LIBSUBDIRS= asyncio \ site-packages \ sqlite3 \ tkinter \ + tomllib \ turtledemo \ unittest \ urllib \ |