From c86130313b28492807e32f00c6a01a99519f7c12 Mon Sep 17 00:00:00 2001 From: Asaf Kahlon Date: Sun, 15 Aug 2021 22:53:39 +0300 Subject: [PATCH] package/python-service-identity: 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-service-identity/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/python-service-identity/Config.in b/package/python-service-identity/Config.in index cac1c06912..ab012347dc 100644 --- a/package/python-service-identity/Config.in +++ b/package/python-service-identity/Config.in @@ -13,4 +13,5 @@ config BR2_PACKAGE_PYTHON_SERVICE_IDENTITY https://pypi.python.org/pypi/service_identity comment "python-service-identify needs a toolchain w/ C++" + depends on BR2_PACKAGE_PYTHON3 depends on !BR2_INSTALL_LIBSTDCPP -- 2.30.2