]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Install the __phello__ package too. (#28665)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 1 Oct 2021 02:23:32 +0000 (20:23 -0600)
committerGitHub <noreply@github.com>
Fri, 1 Oct 2021 02:23:32 +0000 (20:23 -0600)
I broke some buildbots by not adding __phello__ to the list of installed packages.

https://bugs.python.org/issue45020

Makefile.pre.in

index 7ad634ac01162fcf90568133009119a19ebd41c0..670887437360cc07acc0a9303a59a54b11ee489d 100644 (file)
@@ -1544,7 +1544,8 @@ LIBSUBDIRS=       asyncio \
                wsgiref \
                $(XMLLIBSUBDIRS) \
                xmlrpc \
-               zoneinfo
+               zoneinfo \
+               __phello__
 TESTSUBDIRS=   ctypes/test \
                distutils/tests \
                idlelib/idle_test \