diff mbox series

[3/5] docs/manual: python is no longer a mandatory dependency

Message ID b117ab24579f753206cb20d2a73f3bec66afa286.1572101547.git.yann.morin.1998@free.fr
State Accepted
Commit af12589c17ff4c81451ba1cb876c91c38af4294b
Headers show
Series [1/5] core: drop check-uniq-files | expand

Commit Message

Yann E. MORIN Oct. 26, 2019, 2:53 p.m. UTC
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
---
 docs/manual/prerequisite.txt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Comments

Peter Korsgaard Oct. 26, 2019, 8:58 p.m. UTC | #1
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Arnout Vandecappelle <arnout@mind.be>
 > Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 > Cc: Peter Korsgaard <peter@korsgaard.com>
 > ---
 >  docs/manual/prerequisite.txt | 9 ++++++++-
 >  1 file changed, 8 insertions(+), 1 deletion(-)

 > diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
 > index dcd3fd255e..a32fdbfbc6 100644
 > --- a/docs/manual/prerequisite.txt
 > +++ b/docs/manual/prerequisite.txt
 > @@ -32,7 +32,6 @@ between distributions).
 >  ** +perl+ (version 5.8.7 or any later)
 >  ** +tar+
 >  ** +cpio+
 > -** +python+ (version 2.7 or any later)
 >  ** +unzip+
 >  ** +rsync+
 >  ** +file+ (must be in +/usr/bin/file+)
 > @@ -45,6 +44,14 @@ between distributions).
 
 >  === Optional packages
 
 > +* Recommended dependencies:
 > ++
 > +Some features or utilities in Buildroot, like the legal-info, or the
 > +graph generation tools, have additional dependencies. Although they
 > +are not mandatory for a simple build, they are still highly recommended:

legal-info actually doesn't use python, but OK.

Committed, thanks.
diff mbox series

Patch

diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
index dcd3fd255e..a32fdbfbc6 100644
--- a/docs/manual/prerequisite.txt
+++ b/docs/manual/prerequisite.txt
@@ -32,7 +32,6 @@  between distributions).
 ** +perl+ (version 5.8.7 or any later)
 ** +tar+
 ** +cpio+
-** +python+ (version 2.7 or any later)
 ** +unzip+
 ** +rsync+
 ** +file+ (must be in +/usr/bin/file+)
@@ -45,6 +44,14 @@  between distributions).
 
 === Optional packages
 
+* Recommended dependencies:
++
+Some features or utilities in Buildroot, like the legal-info, or the
+graph generation tools, have additional dependencies. Although they
+are not mandatory for a simple build, they are still highly recommended:
++
+** +python+ (version 2.7 or any later)
+
 * Configuration interface dependencies:
 +
 For these libraries, you need to install both runtime and development