gh-93692: remove "build finished successfully" message from setup.py (#93693)

The message was only emitted when the build succeeded _and_ there were
missing modules.
This commit is contained in:
Erlend Egeberg Aasland 2022-06-24 12:36:59 +02:00 committed by GitHub
parent d3a27e4c93
commit ab077d1e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -538,7 +538,6 @@ def print_three_column(lst):
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)