[Buildroot] [git commit branch/2021.05.x] package/python-secretstorage: depend comment on BR2_PACKAGE_PYTHON3

Peter Korsgaard peter at korsgaard.com
Sat Sep 4 21:47:12 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=2c488bb4803eec25c7ff770b37054007dec1840e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.05.x

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

Signed-off-by: Asaf Kahlon <asafka7 at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit bf0b9048f216586614aa63ff9d1fd509f0155da3)
Signed-off-by: Peter Korsgaard <peter at korsgaard.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


More information about the buildroot mailing list