1config BR2_PACKAGE_HOST_PYTHON3
2	bool "host python3"
3	help
4	  The python language interpreter. Host package.
5
6	  http://www.python.org/
7
8if BR2_PACKAGE_HOST_PYTHON3
9
10config BR2_PACKAGE_HOST_PYTHON3_BZIP2
11	bool "bzip2"
12	help
13	  bz2 module for host Python3.
14
15config BR2_PACKAGE_HOST_PYTHON3_CURSES
16	bool "curses"
17	help
18	  curses module for host Python3.
19
20config BR2_PACKAGE_HOST_PYTHON3_SSL
21	bool "ssl"
22	select BR2_PACKAGE_HOST_OPENSSL
23	help
24	  _ssl module for host Python3.
25
26endif
27