summaryrefslogtreecommitdiffstats
path: root/rules/python3-pexpect.in
blob: 5c340e98a034d29a0adfd8a7b3791fe085376c91 (plain)
1
2
3
4
5
6
7
8
9
## SECTION=python3

config PYTHON3_PEXPECT
	tristate
	select PYTHON3
	select PYTHON3_PTYPROCESS	if RUNTIME
	prompt "pexpect"
	help
	  Pexpect allows easy control of interactive console applications.