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

Bartosz Bilas b.bilas at grinn-global.com
Fri Nov 8 08:45:50 UTC 2019


Hello Thomas,

On 07.11.2019 23:50, Thomas Petazzoni wrote:
> Hello Bartosz,
>
> On Thu,  7 Nov 2019 18:05:04 +0100
> Bartosz Bilas <b.bilas at grinn-global.com> wrote:
>
>> diff --git a/DEVELOPERS b/DEVELOPERS
>> index e9f5345520..49440930fc 100644
>> --- a/DEVELOPERS
>> +++ b/DEVELOPERS
>> @@ -259,6 +259,7 @@ N:	Bartosz Bilas <b.bilas at grinn-global.com>
>>   F:	package/qt5/qt5scxml/
>>   F:	package/qt5/qt5webview/
>>   F:	package/python-pyaes
>> +F:	package/python-esptool
> Alphabetic ordering + final /.
>
>
>> diff --git a/package/python-esptool/Config.in b/package/python-esptool/Config.in
>> new file mode 100644
>> index 0000000000..10066797a7
>> --- /dev/null
>> +++ b/package/python-esptool/Config.in
>> @@ -0,0 +1,10 @@
>> +config BR2_PACKAGE_PYTHON_ESPTOOL
>> +	bool "python-esptool"
>> +	select BR2_PACKAGE_PYTHON_SERIAL # runtime
>> +	select BR2_PACKAGE_PYTHON_PYAES # runtime
>> +	select BR2_PACKAGE_PYTHON_ECDSA # runtime
> Alphabetic ordering.
This and
>
>> +PYTHON_ESPTOOL_LICENSE = GNU General Public License v2 or later (GPLv2+)
> The proper way to describe this is just:
>
> PYTHON_ESPTOOL_LICENSE = GPL-2.0+

this was created using scanpypi script so do you think we should fix 
that script or adjust that manually as you did?

Best
Bartek
>
> Applied to next with those different issues fixed. Thanks!
>
> Thomas



More information about the buildroot mailing list