1 config BR2_PACKAGE_PYTHON_PEXPECT
3 select BR2_PACKAGE_PYTHON_PTYPROCESS # runtime
5 Pexpect is a pure Python module for spawning child
6 applications; controlling them; and responding to expected
7 patterns in their output. Pexpect works like Don Libes’
8 Expect. Pexpect allows your script to spawn a child
9 application and control it as if a human were typing
12 https://pexpect.readthedocs.org