summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe LaĆ­ns <lains@riseup.net>2023-10-13 01:13:28 (GMT)
committerGitHub <noreply@github.com>2023-10-13 01:13:28 (GMT)
commitb883cad06b12443014d57dcebd42d55f559b18f4 (patch)
treeed8cbed80f8f6a9d2c939f9842f7eb8befc69cb6
parent2566434e59b0e9e6e20f9516c8d4ecfc3af266e5 (diff)
downloadcpython-b883cad06b12443014d57dcebd42d55f559b18f4.zip
cpython-b883cad06b12443014d57dcebd42d55f559b18f4.tar.gz
cpython-b883cad06b12443014d57dcebd42d55f559b18f4.tar.bz2
GH-103480: fix sysconfig package not being installed (#110792)
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
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 \