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>
This commit is contained in:
Fiona Klute
2026-04-25 14:12:00 +02:00
committed by Marcus Hoffmann
parent 5ae431d391
commit 201d6f4937

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.