]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-103480: fix sysconfig package not being installed (#110792)
authorFilipe Laíns <lains@riseup.net>
Fri, 13 Oct 2023 01:13:28 +0000 (02:13 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2023 01:13:28 +0000 (01:13 +0000)
Makefile.pre.in

index 9eb89dea50eac54e67bd3306407ab2f2f18c5bba..4996c5c3094bc52f341a864c0b0280aa86a48d44 100644 (file)
@@ -2127,6 +2127,7 @@ LIBSUBDIRS=       asyncio \
                re \
                site-packages \
                sqlite3 \
+               sysconfig \
                tkinter \
                tomllib \
                turtledemo \