summaryrefslogtreecommitdiffstats
path: root/rules/host-python3.in
blob: e15b90571c7f2832ab482a5288b19fc7f629a551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=hosttools_noprompt

config HOST_PYTHON3
	tristate
	select HOST_EXPAT
	select HOST_LIBFFI
	select HOST_OPENSSL
	select HOST_ZLIB		if HOST_PYTHON3_ZLIB
	default y if ALLYES
	help
	  Python is an interpreted, interactive,
	  object-oriented, extensible programming language.

if HOST_PYTHON3

config HOST_PYTHON3_ZLIB
	bool

endif