From b883cad06b12443014d57dcebd42d55f559b18f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Fri, 13 Oct 2023 02:13:28 +0100 Subject: GH-103480: fix sysconfig package not being installed (#110792) --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 9eb89de..4996c5c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2127,6 +2127,7 @@ LIBSUBDIRS= asyncio \ re \ site-packages \ sqlite3 \ + sysconfig \ tkinter \ tomllib \ turtledemo \ -- cgit v0.12