summaryrefslogtreecommitdiff
path: root/package/python-xlrd/Config.in
blob: 81331f9d5816f97edc9071e6c78778ceb9493868 (plain)
1
2
3
4
5
6
7
8
9
10
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/