summaryrefslogtreecommitdiffstats
path: root/package/python-pexpect/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-pexpect/Config.in')
-rw-r--r--package/python-pexpect/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/python-pexpect/Config.in b/package/python-pexpect/Config.in
new file mode 100644
index 0000000000..58a3af5783
--- /dev/null
+++ b/package/python-pexpect/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_PYTHON_PEXPECT
+ bool "python-pexpect"
+ select BR2_PACKAGE_PYTHON_PTYPROCESS # runtime
+ help
+ Pexpect is a pure Python module for spawning child
+ applications; controlling them; and responding to expected
+ patterns in their output. Pexpect works like Don Libes’
+ Expect. Pexpect allows your script to spawn a child
+ application and control it as if a human were typing
+ commands.
+
+ https://pexpect.readthedocs.org
OpenPOWER on IntegriCloud