[Buildroot] [PATCH v2 2/3] python-pexpect: new package

Vicente Olivert Riera Vincent.Riera at imgtec.com
Wed Dec 9 14:21:22 UTC 2015


Hello Yegor and Jan,

On 09/12/15 14:18, Yegor Yefremov wrote:
>> diff --git a/package/python-pexpect/Config.in b/package/python-pexpect/Config.in
>> new file mode 100644
>> index 0000000..a42aec7
>> --- /dev/null
>> +++ b/package/python-pexpect/Config.in
>> @@ -0,0 +1,10 @@
>> +config BR2_PACKAGE_PYTHON_PEXPECT
>> +       bool "python-pexpect"
>> +       depends on BR2_PACKAGE_PYTHON
> 
> remove BR2_PACKAGE_PYTHON dependency
> 
>> +       select BR2_PACKAGE_PYTHON_PTYPROCESS
>> +       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.
> 
> Lines must be max. 80 characters long

72.

Regards,

Vincent.


More information about the buildroot mailing list