[Buildroot] [PATCH 1/1] package/setools: add comment

Fabrice Fontaine fontaine.fabrice at gmail.com
Thu Jul 16 21:02:25 UTC 2020


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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at 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



More information about the buildroot mailing list