[Buildroot] [git commit] package/python-pyopenssl: depend comment on BR2_PACKAGE_PYTHON3

Yann E. MORIN yann.morin.1998 at free.fr
Tue Aug 17 19:55:53 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=bdb0b251bca194ceeb7b8707df29594a2ad2daf5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
---
 package/python-pyopenssl/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pyopenssl/Config.in b/package/python-pyopenssl/Config.in
index 95630f2461..99ea4e9408 100644
--- a/package/python-pyopenssl/Config.in
+++ b/package/python-pyopenssl/Config.in
@@ -10,4 +10,5 @@ config BR2_PACKAGE_PYTHON_PYOPENSSL
 	  https://github.com/pyca/pyopenssl
 
 comment "python-pyopenssl needs a toolchain w/ C++"
+	depends on BR2_PACKAGE_PYTHON3
 	depends on !BR2_INSTALL_LIBSTDCPP


More information about the buildroot mailing list