From 3e1c5d989a884cfbeb427b6fc86012b03cb95f62 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Thu, 30 Sep 2021 20:23:32 -0600 Subject: [PATCH] Install the __phello__ package too. (#28665) I broke some buildbots by not adding __phello__ to the list of installed packages. https://bugs.python.org/issue45020 --- Makefile.pre.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 7ad634ac011..67088743736 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1544,7 +1544,8 @@ LIBSUBDIRS= asyncio \ wsgiref \ $(XMLLIBSUBDIRS) \ xmlrpc \ - zoneinfo + zoneinfo \ + __phello__ TESTSUBDIRS= ctypes/test \ distutils/tests \ idlelib/idle_test \