Python3's module reinstallation instructions:

Add meson into the list for both init systems

On systemd, mention MarkupSafe and Jinja2 from LFS as well.

There is a really long list of affected packages in IRC. We should come
up with a better way of handling this, I feel like the list would be too
long if we added it in normally.
This commit is contained in:
Douglas R. Reno 2022-11-08 14:50:59 -06:00
parent a82edc782c
commit ea3ad85864

View File

@ -66,8 +66,16 @@
</para>
<para>
The wheel module from LFS will also need to be reinstalled:
<ulink url="https://www.linuxfromscratch.org/lfs/view/development/chapter08/wheel.html"/>.
The wheel module and meson from LFS will also have to be reinstalled:
<ulink url="https://www.linuxfromscratch.org/lfs/view/development/chapter08/wheel.html"/> and
<ulink url="https://www.linuxfromscratch.org/lfs/view/development/chapter08/meson.html"/>.
</para>
<para revision="systemd">
On systemd systems, it is also necessary to reinstall the MarkupSafe
and Jinja2 modules from LFS:
<ulink url="https://www.linuxfromscratch.org/lfs/view/systemd/chapter08/markupsafe.html"/> and
<ulink url="https://www.linuxfromscratch.org/lfs/view/systemd/chapter08/jinja2.html"/>.
</para>
</important>