mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
config BR2_PACKAGE_PYTHON_XLRD
|
|
bool "python-xlrd"
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT
|
|
select BR2_PACKAGE_PYTHON3_ZLIB
|
|
help
|
|
Library for developers to extract data from Microsoft
|
|
Excel(tm) spreadsheet files.
|
|
|
|
http://www.python-excel.org/
|