xref: /OK3568_Linux_fs/buildroot/package/python-ptyprocess/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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