chapter07/python: Update the note about optional modules

"Fatal error" is no longer outputted, but "Python requires OpenSSL
1.1.1 or newer" is bad as well because it's not really "required" (at
least in BLFS definition).
This commit is contained in:
Xi Ruoyao 2024-01-24 23:39:07 +08:00
parent c88ec71538
commit 0d76fa268d
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -83,9 +83,9 @@
<note> <note>
<para> <para>
Some Python 3 modules can't be built now because the dependencies Some Python 3 modules can't be built now because the dependencies
are not installed yet. The building system still attempts to build are not installed yet. For the <filename>ssl</filename> module,
them however, so the compilation of some files will fail and the a message <quote><computeroutput>Python requires a OpenSSL 1.1.1 or
compiler message may seem to indicate <quote>fatal error</quote>. newer</computeroutput></quote> is outputted.
The message should be ignored. Just make sure the toplevel The message should be ignored. Just make sure the toplevel
<command>make</command> command has not failed. The optional <command>make</command> command has not failed. The optional
modules are not needed now and they will be built in modules are not needed now and they will be built in