Update buidlroot to version 2016.08.1
This commit is contained in:
11
bsp/buildroot/package/python-xlrd/Config.in
Normal file
11
bsp/buildroot/package/python-xlrd/Config.in
Normal file
@@ -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/
|
||||
Reference in New Issue
Block a user