[Buildroot] [PATCH 1/1] package/python3/Config.in.host: remove select on BR2_PACKAGE_HOST_OPENSSL
Thomas Perale
thomas.perale at mind.be
Fri May 15 13:34:03 UTC 2026
In reply of:
> 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>
Applied to 2025.02.x & 2026.02.x. Thanks
> ---
> 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.
>
> --
> 2.53.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
More information about the buildroot
mailing list