package/python3/Config.in.host: remove select on BR2_PACKAGE_HOST_OPENSSL

There is no such option, and according to the commit history never
was. If BR2_PACKAGE_HOST_PYTHON3_SSL=y the build adds host-openssl to
HOST_PYTHON3_DEPENDENCIES directly.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
(cherry picked from commit 201d6f4937)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Fiona Klute
2026-04-25 14:12:00 +02:00
committed by Thomas Perale
parent e79faf42b6
commit 712e2e8f7c

View File

@@ -24,7 +24,6 @@ config BR2_PACKAGE_HOST_PYTHON3_CURSES
config BR2_PACKAGE_HOST_PYTHON3_SSL
bool "ssl"
select BR2_PACKAGE_HOST_OPENSSL
help
_ssl module for host Python3.