From c27efe0aec189ebba72b364459a796556e2aa306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Fri, 13 Oct 2023 01:46:12 +0100 Subject: [PATCH] GH-103480: fix sysconfig package not being installed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe LaĆ­ns --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 9eb89dea50eac5..4996c5c3094bc5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2127,6 +2127,7 @@ LIBSUBDIRS= asyncio \ re \ site-packages \ sqlite3 \ + sysconfig \ tkinter \ tomllib \ turtledemo \