66192c66b9
python-six is not a dependency since version 1.0.0 and
3aae6a0bb6
which dropped python 2 support
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
13 lines
411 B
Plaintext
13 lines
411 B
Plaintext
config BR2_PACKAGE_PYTHON_SQLITESCHEMA
|
|
bool "python-sqliteschema"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime
|
|
select BR2_PACKAGE_PYTHON_TABLEDATA # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPEPY # runtime
|
|
help
|
|
A Python library to dump table schema of a SQLite database
|
|
file.
|
|
|
|
https://github.com/thombashi/sqliteschema
|