sngrep: fix error if gnutls and openssl are both enabled
[buildroot-gz.git] / package / python-pexpect / Config.in
blob58a3af5783ed827a32205caf3abd2b7f45d0c79c
1 config 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.
12           https://pexpect.readthedocs.org