From: Eric Snow Date: Fri, 1 Oct 2021 02:23:32 +0000 (-0600) Subject: Install the __phello__ package too. (#28665) X-Git-Tag: v3.11.0a1~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e1c5d989a884cfbeb427b6fc86012b03cb95f62;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 7ad634ac0116..670887437360 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 \