mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
This did not show in the runtime test for package/python-memray
because that package already has the dependency, so the Python zlib
module is present in the test.
Package was added in commit 26bc4b51a8.
Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
Signed-off-by: Julien Olivain <ju.o@free.fr>
11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
config BR2_PACKAGE_PYTHON_RICH
|
|
bool "python-rich"
|
|
select BR2_PACKAGE_PYTHON3_ZLIB
|
|
select BR2_PACKAGE_PYTHON_MARKDOWN_IT_PY # runtime
|
|
select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
|
|
help
|
|
Render rich text, tables, progress bars, syntax
|
|
highlighting, markdown and more to the terminal.
|
|
|
|
https://github.com/Textualize/rich
|