You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
3d9eb78df6
Fixes the following check-package error: package/python-terminaltables/Config.in:4: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
config BR2_PACKAGE_PYTHON_TERMINALTABLES
|
|
bool "python-terminaltables"
|
|
help
|
|
Generate simple tables in terminals from a nested list of
|
|
strings.
|
|
|
|
https://github.com/Robpol86/terminaltables
|