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

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


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

The user shouldn't view 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 6a932714d31440203b707394e1927f05c49f40e1)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-keyring/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-keyring/Config.in b/package/python-keyring/Config.in
index 18fad84007..f7bb1ae820 100644
--- a/package/python-keyring/Config.in
+++ b/package/python-keyring/Config.in
@@ -11,4 +11,5 @@ config BR2_PACKAGE_PYTHON_KEYRING
 	  https://pypi.python.org/pypi/keyring
 
 comment "python-keyring needs a toolchain w/ C++"
+	depends on BR2_PACKAGE_PYTHON3
 	depends on !BR2_INSTALL_LIBSTDCPP


More information about the buildroot mailing list