mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
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:
parent
7e5c107541
commit
3e1c5d989a
@ -1544,7 +1544,8 @@ LIBSUBDIRS= asyncio \
|
||||
wsgiref \
|
||||
$(XMLLIBSUBDIRS) \
|
||||
xmlrpc \
|
||||
zoneinfo
|
||||
zoneinfo \
|
||||
__phello__
|
||||
TESTSUBDIRS= ctypes/test \
|
||||
distutils/tests \
|
||||
idlelib/idle_test \
|
||||
|
Loading…
Reference in New Issue
Block a user