From 179e019592468b80be8fe50029261a0b73e67acd Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 16 Dec 2020 17:52:41 +0000 Subject: [PATCH] Do not build MarkupSafe for python2, it is not needed for the book git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23989 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/markupsafe.xml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/general/prog/markupsafe.xml b/general/prog/markupsafe.xml index d0d03e87cd..185d46e5c0 100644 --- a/general/prog/markupsafe.xml +++ b/general/prog/markupsafe.xml @@ -73,29 +73,19 @@ Installation of MarkupSafe - - - Both Python 2 and - Python 3 modules can - be built and installed without any conflicts. - - - - To build both Python 2 and Python 3 modules, run the following commands: + Install MarkupSafe with the following + commands: -python2 setup.py build && -python3 setup.py build +python3 setup.py build - To install both modules, run the following commands as the - root user: + Then, as the root user: -python2 setup.py install --optimize=1 && -python3 setup.py install --optimize=1 +python3 setup.py install --optimize=1