mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Peter Korsgaard
parent
0dcdf20683
commit
e54540ec71
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user