From: Filipe LaĆ­ns Date: Fri, 13 Oct 2023 01:13:28 +0000 (+0100) Subject: GH-103480: fix sysconfig package not being installed (#110792) X-Git-Tag: v3.13.0a1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b883cad06b12443014d57dcebd42d55f559b18f4;p=thirdparty%2FPython%2Fcpython.git GH-103480: fix sysconfig package not being installed (#110792) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 9eb89dea50ea..4996c5c3094b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2127,6 +2127,7 @@ LIBSUBDIRS= asyncio \ re \ site-packages \ sqlite3 \ + sysconfig \ tkinter \ tomllib \ turtledemo \