[Buildroot] [PATCH 1/1] utils/scanpypi: sort alphabetically list of required packages

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Nov 8 20:54:01 UTC 2019


On Fri,  8 Nov 2019 17:10:43 +0100
Bartosz Bilas <b.bilas at grinn-global.com> wrote:

> That change will alphabetically set list order
> of required packages in Config.in file automatically.
> 
> Example below:
> 
> before: ['python-pyserial', 'python-pyaes', 'python-ecdsa']
> after:  ['python-ecdsa', 'python-pyaes', 'python-pyserial']
> 
> Signed-off-by: Bartosz Bilas <b.bilas at grinn-global.com>
> ---
>  utils/scanpypi | 1 +
>  1 file changed, 1 insertion(+)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list