mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:
committed by
Marcus Hoffmann
parent
5ae431d391
commit
201d6f4937
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user