mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00: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:
parent
0dcdf20683
commit
e54540ec71
@ -5,6 +5,7 @@ config BR2_PACKAGE_PYTHON_PYTABLEWRITER
|
|||||||
select BR2_PACKAGE_PYTHON_PATHVALIDATE # runtime
|
select BR2_PACKAGE_PYTHON_PATHVALIDATE # runtime
|
||||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||||
select BR2_PACKAGE_PYTHON_XLSXWRITER # runtime
|
select BR2_PACKAGE_PYTHON_XLSXWRITER # runtime
|
||||||
|
select BR2_PACKAGE_PYTHON_XLWT # runtime
|
||||||
help
|
help
|
||||||
pytablewriter is a python library to write a table in various
|
pytablewriter is a python library to write a table in various
|
||||||
formats: CSV, HTML, JavaScript, JSON, Markdown, Excel, Pandas,
|
formats: CSV, HTML, JavaScript, JSON, Markdown, Excel, Pandas,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user