diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-06-29 08:27:04 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-01 17:31:02 +0200 |
commit | abf0cd28710c0cfecaf59c852f4e49708956a231 (patch) | |
tree | 5db13c31febac30c2214b12719ff3e7e8406290f /package/python-xlwt/Config.in | |
parent | 0a694c548dfed94239dc82cc6f4398ea24c32cc5 (diff) | |
download | buildroot-abf0cd28710c0cfecaf59c852f4e49708956a231.tar.gz buildroot-abf0cd28710c0cfecaf59c852f4e49708956a231.zip |
python-xlwt: 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-xlwt/Config.in')
-rw-r--r-- | package/python-xlwt/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-xlwt/Config.in b/package/python-xlwt/Config.in new file mode 100644 index 0000000000..a48ac6fb70 --- /dev/null +++ b/package/python-xlwt/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_XLWT + bool "python-xlwt" + help + Library to create spreadsheet files compatible with MS Excel + 97/2000/XP/2003 XLS files, on any platform, with Python 2.6, + 2.7, 3.3+. + + http://www.python-excel.org/ |