From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] utils/scanpypi: sort alphabetically list of required packages
Date: Fri, 8 Nov 2019 21:54:01 +0100 [thread overview]
Message-ID: <20191108215401.2e9ca679@windsurf> (raw)
In-Reply-To: <20191108161043.342378-1-b.bilas@grinn-global.com>
On Fri, 8 Nov 2019 17:10:43 +0100
Bartosz Bilas <b.bilas@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@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
prev parent reply other threads:[~2019-11-08 20:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-08 16:10 [Buildroot] [PATCH 1/1] utils/scanpypi: sort alphabetically list of required packages Bartosz Bilas
2019-11-08 16:45 ` Yegor Yefremov
2019-11-08 20:54 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191108215401.2e9ca679@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.