diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-06-06 14:47:12 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-07 13:12:32 +0200 |
commit | 297b07d88ab0dfaaadbdecc814d458f8cbc6237e (patch) | |
tree | 4721425d896735c6c7d73669588c8f56bb89ad37 /package/python-xlsxwriter/Config.in | |
parent | eda11417beaf360d48ae5e1d294cf3298b28ef36 (diff) | |
download | buildroot-297b07d88ab0dfaaadbdecc814d458f8cbc6237e.tar.gz buildroot-297b07d88ab0dfaaadbdecc814d458f8cbc6237e.zip |
python-xlsxwriter: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-xlsxwriter/Config.in')
-rw-r--r-- | package/python-xlsxwriter/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-xlsxwriter/Config.in b/package/python-xlsxwriter/Config.in new file mode 100644 index 0000000000..3641bd0525 --- /dev/null +++ b/package/python-xlsxwriter/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_XLSXWRITER + bool "python-xlsxwriter" + select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON + select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 + help + A Python module for creating Excel XLSX files. + + https://github.com/jmcnamara/XlsxWriter |