mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 21:53:56 -09:00
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>
31 lines
543 B
Plaintext
31 lines
543 B
Plaintext
config BR2_PACKAGE_HOST_PYTHON3
|
|
bool "host python3"
|
|
help
|
|
The python language interpreter. Host package.
|
|
|
|
http://www.python.org/
|
|
|
|
if BR2_PACKAGE_HOST_PYTHON3
|
|
|
|
config BR2_PACKAGE_HOST_PYTHON3_BZIP2
|
|
bool "bzip2"
|
|
help
|
|
bz2 module for host Python3.
|
|
|
|
config BR2_PACKAGE_HOST_PYTHON3_XZ
|
|
bool "xz"
|
|
help
|
|
xz (a.k.a lzma) module for host Python3
|
|
|
|
config BR2_PACKAGE_HOST_PYTHON3_CURSES
|
|
bool "curses"
|
|
help
|
|
curses module for host Python3.
|
|
|
|
config BR2_PACKAGE_HOST_PYTHON3_SSL
|
|
bool "ssl"
|
|
help
|
|
_ssl module for host Python3.
|
|
|
|
endif
|