summaryrefslogtreecommitdiffstats
path: root/package/python-pexpect/Config.in
diff options
context:
space:
mode:
authorJan Viktorin <viktorin@rehivetech.com>2016-03-27 03:31:23 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-15 22:45:48 +0200
commit60262f141d7b0c3872065141e5e038d274b06185 (patch)
tree709e0414b8572729ab316d0927efc05752ea3322 /package/python-pexpect/Config.in
parent9b937ad0e679cc6bb42a398205d13affde69fdda (diff)
downloadbuildroot-60262f141d7b0c3872065141e5e038d274b06185.tar.gz
buildroot-60262f141d7b0c3872065141e5e038d274b06185.zip
python-pexpect: new package
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - fix hash file - fix <pkg>_SITE variable - remove runtime only dependency from .mk file, as suggested by Yegor Yefremov] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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