All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] python-pytablewriter: add missing python-xlwt dependency
@ 2016-10-10  6:12 yegorslists at googlemail.com
  2016-10-13  6:07 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: yegorslists at googlemail.com @ 2016-10-10  6:12 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Since version 0.6.0 pytablewriter requires xlwt package too.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/python-pytablewriter/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pytablewriter/Config.in b/package/python-pytablewriter/Config.in
index 6c19745..d889161 100644
--- a/package/python-pytablewriter/Config.in
+++ b/package/python-pytablewriter/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_PYTHON_PYTABLEWRITER
 	select BR2_PACKAGE_PYTHON_PATHVALIDATE # runtime
 	select BR2_PACKAGE_PYTHON_SIX # runtime
 	select BR2_PACKAGE_PYTHON_XLSXWRITER # runtime
+	select BR2_PACKAGE_PYTHON_XLWT # runtime
 	help
 	  pytablewriter is a python library to write a table in various
 	  formats: CSV, HTML, JavaScript, JSON, Markdown, Excel, Pandas,
-- 
2.1.4

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

* [Buildroot] [PATCH] python-pytablewriter: add missing python-xlwt dependency
  2016-10-10  6:12 [Buildroot] [PATCH] python-pytablewriter: add missing python-xlwt dependency yegorslists at googlemail.com
@ 2016-10-13  6:07 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2016-10-13  6:07 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > Since version 0.6.0 pytablewriter requires xlwt package too.

 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-10-13  6:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-10  6:12 [Buildroot] [PATCH] python-pytablewriter: add missing python-xlwt dependency yegorslists at googlemail.com
2016-10-13  6:07 ` Peter Korsgaard

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.