linuxOS_D21X/package/third-party/python3/Config.in.host

26 lines
505 B
Plaintext
Raw Permalink Normal View History

2024-11-29 08:13:19 +00:00
menuconfig 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_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
config BR2_PACKAGE_HOST_PYTHON3_BZIP2
bool "bzip2"
help
bz2 module for host Python3.
config BR2_PACKAGE_HOST_PYTHON3_SSL
bool "ssl"
select BR2_PACKAGE_HOST_OPENSSL
help
_ssl module for host Python3.
endif