1702e06a77
* The package doesn't python2 anymore. * Indent with two spaces in the hash file. * License changes was a year bump. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
config BR2_PACKAGE_PYTHON_XLSXWRITER
|
|
bool "python-xlsxwriter"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON3_ZLIB
|
|
help
|
|
A Python module for creating Excel XLSX files.
|
|
|
|
https://github.com/jmcnamara/XlsxWriter
|