Skip to content

Commit 3e1c5d9

Browse files
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
1 parent 7e5c107 commit 3e1c5d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.pre.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,8 @@ LIBSUBDIRS= asyncio \
15441544
wsgiref \
15451545
$(XMLLIBSUBDIRS) \
15461546
xmlrpc \
1547-
zoneinfo
1547+
zoneinfo \
1548+
__phello__
15481549
TESTSUBDIRS= ctypes/test \
15491550
distutils/tests \
15501551
idlelib/idle_test \

0 commit comments

Comments
 (0)