Files
buildroot/package/python-pytablereader/Config.in
Fabrice Fontaine 14a0cb805d package/python-beautifulsoup4: needs python3
python2 support has been removed since version 4.9.3 resulting in the
following build failure since bump to version 4.10.0 in commit
109ea1a4a2:

  File "/tmp/instance-1/output-1/build/python-beautifulsoup4-4.10.0/bs4/__init__.py", line 36, in <module>
    raise ImportError('You are trying to use a Python 3-specific version of Beautiful Soup under Python 2. This will not work. The final version of Beautiful Soup to support Python 2 was 4.9.3.')

Fixes:
 - http://autobuild.buildroot.org/results/57e6677932f587c279cc0ed671895740d0cf2304

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2021-09-27 16:34:21 +02:00

19 lines
777 B
Plaintext

config BR2_PACKAGE_PYTHON_PYTABLEREADER
bool "python-pytablereader"
depends on BR2_PACKAGE_PYTHON3 # python-mbstrdecoder, python-pathpy, python-beautifulsoup4
select BR2_PACKAGE_PYTHON_BEAUTIFULSOUP4 # runtime
select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
select BR2_PACKAGE_PYTHON_PATHPY # runtime
select BR2_PACKAGE_PYTHON_PATHVALIDATE # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_TABLEDATA # runtime
select BR2_PACKAGE_PYTHON_TYPEPY # runtime
help
A python library to load structured table data from
files/URL with various data formats:
CSV/Excel/HTML/JSON/LTSV/Markdown/TSV.
https://github.com/thombashi/pytablereader