From: Alex Waygood Date: Sat, 9 Dec 2023 18:05:33 +0000 (+0000) Subject: gh-110109: Fix installed buildbots now `pathlib` is a package (#112901) X-Git-Tag: v3.13.0a3~459 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1652d6d6201e5407b94afc297115a584b5a0955;p=thirdparty%2FPython%2Fcpython.git gh-110109: Fix installed buildbots now `pathlib` is a package (#112901) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 6ca11f080dcc..42a7545be7e6 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2164,6 +2164,7 @@ LIBSUBDIRS= asyncio \ json \ logging \ multiprocessing multiprocessing/dummy \ + pathlib \ pydoc_data \ re \ site-packages \