From ea3ad85864422b73dde1b6eb6f4df8c034f9d21b Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Tue, 8 Nov 2022 14:50:59 -0600 Subject: [PATCH] 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. --- general/prog/python3.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/general/prog/python3.xml b/general/prog/python3.xml index e6310dcd58..8a6b27755b 100644 --- a/general/prog/python3.xml +++ b/general/prog/python3.xml @@ -59,15 +59,23 @@ any Python3 modules you have installed. You should also reinstall packages that generate Python3 modules including - , + , , , and (after swig). - The wheel module from LFS will also need to be reinstalled: - . + The wheel module and meson from LFS will also have to be reinstalled: + and + . + + + + On systemd systems, it is also necessary to reinstall the MarkupSafe + and Jinja2 modules from LFS: + and + .