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>
This commit is contained in:
Fiona Klute
2026-01-05 15:40:46 +01:00
committed by Julien Olivain
parent 6721942c98
commit 8d78978a0d

View File

@@ -1,5 +1,6 @@
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