1config BR2_PACKAGE_PYTHON_PTYPROCESS
2	bool "python-ptyprocess"
3	help
4	  Launch a subprocess in a pseudo terminal (pty), and interact
5	  with both the process and its pty.
6
7	  https://github.com/pexpect/ptyprocess
8