diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-06-29 08:27:05 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-01 17:37:33 +0200 |
commit | 0a17720cbdb85796933f4a27dce807e75756c785 (patch) | |
tree | 61514c09438fcd0c0db790519186cbf59aaf6367 /package/python-xlutils/Config.in | |
parent | abf0cd28710c0cfecaf59c852f4e49708956a231 (diff) | |
download | buildroot-0a17720cbdb85796933f4a27dce807e75756c785.tar.gz buildroot-0a17720cbdb85796933f4a27dce807e75756c785.zip |
python-xlutils: 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-xlutils/Config.in')
-rw-r--r-- | package/python-xlutils/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-xlutils/Config.in b/package/python-xlutils/Config.in new file mode 100644 index 0000000000..9c12d766b0 --- /dev/null +++ b/package/python-xlutils/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_PYTHON_XLUTILS + bool "python-xlutils" + select BR2_PACKAGE_PYTHON_XLRD # runtime + select BR2_PACKAGE_PYTHON_XLWT # runtime + help + Utilities for working with Excel files that require both + xlrd and xlwt. + + http://www.python-excel.org |