From bf0b9048f216586614aa63ff9d1fd509f0155da3 Mon Sep 17 00:00:00 2001 From: Asaf Kahlon Date: Sun, 15 Aug 2021 22:53:38 +0300 Subject: [PATCH] package/python-secretstorage: depend comment on BR2_PACKAGE_PYTHON3 The user shouldn't see the comment on the python2 menu. Signed-off-by: Asaf Kahlon Signed-off-by: Yann E. MORIN --- 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