python-pytablewriter: add missing python-xlwt dependency

Since version 0.6.0 pytablewriter requires xlwt package too.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yegor Yefremov 2016-10-10 08:12:30 +02:00 committed by Peter Korsgaard
parent 0dcdf20683
commit e54540ec71

View file

@ -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,