summaryrefslogtreecommitdiffstats
path: root/package/python-xlrd/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-06-27 08:46:55 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-06-28 21:42:01 +0200
commitfb4aa6dc0590f5b9160d26bf478e9f3c71003ebe (patch)
tree125886343f649da9f8268752ab73a44eaefc9a22 /package/python-xlrd/Config.in
parent244ffaafd18723fece75f45c14e0f0652dc1ebf3 (diff)
downloadbuildroot-fb4aa6dc0590f5b9160d26bf478e9f3c71003ebe.tar.gz
buildroot-fb4aa6dc0590f5b9160d26bf478e9f3c71003ebe.zip
python-xlrd: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-xlrd/Config.in')
-rw-r--r--package/python-xlrd/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/python-xlrd/Config.in b/package/python-xlrd/Config.in
new file mode 100644
index 0000000000..81331f9d58
--- /dev/null
+++ b/package/python-xlrd/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_PYTHON_XLRD
+ bool "python-xlrd"
+ select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3
+ select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
+ help
+ Library for developers to extract data from Microsoft Excel (tm)
+ spreadsheet files.
+
+ http://www.python-excel.org/
OpenPOWER on IntegriCloud