Files
buildroot/package/python-rich/Config.in
Fiona Klute 8d78978a0d package/python-rich: add missing dependency on zlib support in Python
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>
2026-01-05 21:37:17 +01:00

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