From: Dominic Davis-Foster Date: Wed, 9 Mar 2022 13:38:00 +0000 (+0000) Subject: bpo-40059: Fix installation of tomllib (GH-31784) X-Git-Tag: v3.11.0a7~297 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23dcea5de736b367c0244042aaca10971538b2b4;p=thirdparty%2FPython%2Fcpython.git bpo-40059: Fix installation of tomllib (GH-31784) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 1b40764b2ef9..9deffadb8881 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1869,6 +1869,7 @@ LIBSUBDIRS= asyncio \ site-packages \ sqlite3 \ tkinter \ + tomllib \ turtledemo \ unittest \ urllib \