[Buildroot] [git commit branch/2025.02.x] package/python3/Config.in.host: remove select on BR2_PACKAGE_HOST_OPENSSL
Thomas Perale
thomas.perale at mind.be
Tue May 12 13:11:22 UTC 2026
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/49dbc683e752d7b7defe08011eafdfd8ef77b71c
branch: https://gitlab.com/buildroot.org/buildroot/-/tree/2025.02.x
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 at gmx.de>
Signed-off-by: Marcus Hoffmann <buildroot at bubu1.eu>
(cherry picked from commit 201d6f4937d3b428a7ec858d0cb1cdb7483469f0)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
package/python3/Config.in.host | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/python3/Config.in.host b/package/python3/Config.in.host
index f3fcd63567..28fc0dbaf8 100644
--- a/package/python3/Config.in.host
+++ b/package/python3/Config.in.host
@@ -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.
More information about the buildroot
mailing list