]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40059: Fix installation of tomllib (GH-31784)
authorDominic Davis-Foster <dominic@davis-foster.co.uk>
Wed, 9 Mar 2022 13:38:00 +0000 (13:38 +0000)
committerGitHub <noreply@github.com>
Wed, 9 Mar 2022 13:38:00 +0000 (05:38 -0800)
Makefile.pre.in

index 1b40764b2ef953e0bc0a744afcca4c6a75e3bf5a..9deffadb8881d9d70aa47e0213830f130ced2e4e 100644 (file)
@@ -1869,6 +1869,7 @@ LIBSUBDIRS=       asyncio \
                site-packages \
                sqlite3 \
                tkinter \
+               tomllib \
                turtledemo \
                unittest \
                urllib \