Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-pathlib2: select python-scandir
@ 2019-12-16 19:48 Asaf Kahlon
  2019-12-22 13:42 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Asaf Kahlon @ 2019-12-16 19:48 UTC (permalink / raw)
  To: buildroot

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
 	select BR2_PACKAGE_PYTHON_SIX # runtime
 	help
 	  Object-oriented filesystem paths.
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-17 21:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-16 19:48 [Buildroot] [PATCH 1/1] package/python-pathlib2: select python-scandir Asaf Kahlon
2019-12-22 13:42 ` Thomas Petazzoni
2019-12-22 17:39   ` Asaf Kahlon
2020-02-17 21:37     ` Conrad Ratschan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox