mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
gh-93692: remove "build finished successfully" message from setup.py (GH-93693)
The message was only emitted when the build succeeded _and_ there were
missing modules.
(cherry picked from commit ab077d1e17
)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
fbf31454e9
commit
e4d72d1863
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -538,7 +538,6 @@ class PyBuildExt(build_ext):
|
|||
|
||||
if self.missing:
|
||||
print()
|
||||
print("Python build finished successfully!")
|
||||
print("The necessary bits to build these optional modules were not "
|
||||
"found:")
|
||||
print_three_column(self.missing)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue