summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-12-09 18:05:33 (GMT)
committerGitHub <noreply@github.com>2023-12-09 18:05:33 (GMT)
commitc1652d6d6201e5407b94afc297115a584b5a0955 (patch)
tree6d39f85b71548fd5e301dad9d8dc32862e284bee
parenta98e7a8112f5d77fd647e70c4cf4264b2fd12288 (diff)
downloadcpython-c1652d6d6201e5407b94afc297115a584b5a0955.zip
cpython-c1652d6d6201e5407b94afc297115a584b5a0955.tar.gz
cpython-c1652d6d6201e5407b94afc297115a584b5a0955.tar.bz2
gh-110109: Fix installed buildbots now `pathlib` is a package (#112901)
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 6ca11f0..42a7545 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 \