From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/python-pathlib2: select python-scandir
Date: Sun, 22 Dec 2019 14:42:00 +0100 [thread overview]
Message-ID: <20191222144200.048e1559@windsurf> (raw)
In-Reply-To: <20191216194815.5436-1-asafka7@gmail.com>
On Mon, 16 Dec 2019 21:48:15 +0200
Asaf Kahlon <asafka7@gmail.com> wrote:
> scandir is a runtime dependency of pathlib2.
>
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
> package/python-pathlib2/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/python-pathlib2/Config.in b/package/python-pathlib2/Config.in
> index e28de4c12e..ca948c271f 100644
> --- a/package/python-pathlib2/Config.in
> +++ b/package/python-pathlib2/Config.in
> @@ -1,6 +1,7 @@
> config BR2_PACKAGE_PYTHON_PATHLIB2
> bool "python-pathlib2"
> depends on BR2_PACKAGE_PYTHON
> + select BR2_PACKAGE_PYTHON_SCANDIR # runtime
I see this in the setup.py:
extras_require={
':python_version<"3.5"': ['scandir'],
},
Doesn't that mean that it is needed only if the Python version is < 3.5 ?
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2019-12-22 13:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-16 19:48 [Buildroot] [PATCH 1/1] package/python-pathlib2: select python-scandir Asaf Kahlon
2019-12-22 13:42 ` Thomas Petazzoni [this message]
2019-12-22 17:39 ` Asaf Kahlon
2020-02-17 21:37 ` Conrad Ratschan
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=20191222144200.048e1559@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.