diff mbox series

[1/1] docs/manual: document python-aiohttp needed for pkg-stats

Message ID 20240603133243.78324-1-raphael.melotte@mind.be
State Accepted
Headers show
Series [1/1] docs/manual: document python-aiohttp needed for pkg-stats | expand

Commit Message

Raphaël Mélotte June 3, 2024, 1:32 p.m. UTC
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
---
 docs/manual/prerequisite.adoc | 3 +++
 1 file changed, 3 insertions(+)

Comments

Peter Korsgaard June 4, 2024, 6:20 p.m. UTC | #1
>>>>> "Raphaël" == Raphaël Mélotte via buildroot <buildroot@buildroot.org> writes:

 > Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
 > ---
 >  docs/manual/prerequisite.adoc | 3 +++
 >  1 file changed, 3 insertions(+)

 > diff --git a/docs/manual/prerequisite.adoc b/docs/manual/prerequisite.adoc
 > index 262a5153f5..ab609c12be 100644
 > --- a/docs/manual/prerequisite.adoc
 > +++ b/docs/manual/prerequisite.adoc
 > @@ -96,3 +96,6 @@ corresponding tool on the host system:
 >  * Graph generation tools:
 >  ** +graphviz+ to use 'graph-depends' and '<pkg>-graph-depends'
 >  ** +python-matplotlib+ to use 'graph-build'
 > +
 > +* Package statistics tools ('pkg-stats'):
 > +** +python-aiohttp+

Committed, thanks.
Peter Korsgaard June 8, 2024, 6:23 p.m. UTC | #2
>>>>> "Raphaël" == Raphaël Mélotte via buildroot <buildroot@buildroot.org> writes:

 > Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>

Committed to 2024.02.x, thanks.
diff mbox series

Patch

diff --git a/docs/manual/prerequisite.adoc b/docs/manual/prerequisite.adoc
index 262a5153f5..ab609c12be 100644
--- a/docs/manual/prerequisite.adoc
+++ b/docs/manual/prerequisite.adoc
@@ -96,3 +96,6 @@  corresponding tool on the host system:
 * Graph generation tools:
 ** +graphviz+ to use 'graph-depends' and '<pkg>-graph-depends'
 ** +python-matplotlib+ to use 'graph-build'
+
+* Package statistics tools ('pkg-stats'):
+** +python-aiohttp+