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
This commit is contained in:
Eric Snow 2021-09-30 20:23:32 -06:00 committed by GitHub
parent 7e5c107541
commit 3e1c5d989a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1544,7 +1544,8 @@ LIBSUBDIRS= asyncio \
wsgiref \
$(XMLLIBSUBDIRS) \
xmlrpc \
zoneinfo
zoneinfo \
__phello__
TESTSUBDIRS= ctypes/test \
distutils/tests \
idlelib/idle_test \