mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
13 lines
448 B
Plaintext
13 lines
448 B
Plaintext
config BR2_PACKAGE_PYTHON_PEXPECT
|
||
bool "python-pexpect"
|
||
select BR2_PACKAGE_PYTHON_PTYPROCESS # runtime
|
||
help
|
||
Pexpect is a pure Python module for spawning child
|
||
applications; controlling them; and responding to expected
|
||
patterns in their output. Pexpect works like Don Libes’
|
||
Expect. Pexpect allows your script to spawn a child
|
||
application and control it as if a human were typing
|
||
commands.
|
||
|
||
https://pexpect.readthedocs.org
|