[Buildroot] [PATCH 1/1] package/python-secretstorage: depend comment on BR2_PACKAGE_PYTHON3

Asaf Kahlon asafka7 at gmail.com
Sun Aug 15 19:53:38 UTC 2021


The user shouldn't view the comment on the python2 menu.

Signed-off-by: Asaf Kahlon <asafka7 at gmail.com>
---
 package/python-secretstorage/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-secretstorage/Config.in b/package/python-secretstorage/Config.in
index 78a0a2ae15..8ae8c2d598 100644
--- a/package/python-secretstorage/Config.in
+++ b/package/python-secretstorage/Config.in
@@ -9,4 +9,5 @@ config BR2_PACKAGE_PYTHON_SECRETSTORAGE
 	  https://github.com/mitya57/secretstorage
 
 comment "python-secretstorage needs a toolchain w/ C++"
+	depends on BR2_PACKAGE_PYTHON3
 	depends on !BR2_INSTALL_LIBSTDCPP
-- 
2.30.2



More information about the buildroot mailing list