utils/scanpypi: sort alphabetically list of required packages
authorBartosz Bilas <b.bilas@grinn-global.com>
Fri, 8 Nov 2019 16:10:43 +0000 (17:10 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 8 Nov 2019 20:53:02 +0000 (21:53 +0100)
commit2d28d0203af466ea6aa1c82d9ef765ce9ea4a577
treea78feca001fe6cfc5d36b633a3671221275b5eae
parent0a581ed8b17c45499c3bb108cdae0cd663a4ddb8
utils/scanpypi: sort alphabetically list of required packages

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@grinn-global.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/scanpypi