1config BR2_PACKAGE_PYTHON_PEXPECT 2 bool "python-pexpect" 3 select BR2_PACKAGE_PYTHON_PTYPROCESS # runtime 4 help 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 10 commands. 11 12 https://pexpect.readthedocs.org 13