All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/setools: add comment
@ 2020-07-16 21:02 Fabrice Fontaine
  2020-07-27 13:12 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-07-16 21:02 UTC (permalink / raw)
  To: buildroot

Commit 09b94b1e8f94d1f49f7a2349b4c8cbfecefa73da forgot to add the usual
comment that python3 dependency is due to python-networkx

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/setools/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/setools/Config.in b/package/setools/Config.in
index 9475bbef65..882c8764f3 100644
--- a/package/setools/Config.in
+++ b/package/setools/Config.in
@@ -4,7 +4,7 @@ config BR2_PACKAGE_SETOOLS
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_USE_WCHAR
 	depends on BR2_USE_MMU
-	depends on BR2_PACKAGE_PYTHON3
+	depends on BR2_PACKAGE_PYTHON3 # python-networkx
 	select BR2_PACKAGE_PYTHON_NETWORKX # runtime
 	select BR2_PACKAGE_PYTHON_SETUPTOOLS
 	select BR2_PACKAGE_LIBSELINUX
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/setools: add comment
  2020-07-16 21:02 [Buildroot] [PATCH 1/1] package/setools: add comment Fabrice Fontaine
@ 2020-07-27 13:12 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-07-27 13:12 UTC (permalink / raw)
  To: buildroot

On Thu, 16 Jul 2020 23:02:25 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Commit 09b94b1e8f94d1f49f7a2349b4c8cbfecefa73da forgot to add the usual
> comment that python3 dependency is due to python-networkx
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/setools/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-27 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16 21:02 [Buildroot] [PATCH 1/1] package/setools: add comment Fabrice Fontaine
2020-07-27 13:12 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.