Skip to content

Commit

Permalink
Install the __phello__ package too. (#28665)
Browse files Browse the repository at this point in the history
I broke some buildbots by not adding __phello__ to the list of installed packages.

https://bugs.python.org/issue45020
  • Loading branch information
ericsnowcurrently authored Oct 1, 2021
1 parent 7e5c107 commit 3e1c5d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,8 @@ LIBSUBDIRS= asyncio \
wsgiref \
$(XMLLIBSUBDIRS) \
xmlrpc \
zoneinfo
zoneinfo \
__phello__
TESTSUBDIRS= ctypes/test \
distutils/tests \
idlelib/idle_test \
Expand Down

0 comments on commit 3e1c5d9

Please sign in to comment.