mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:
committed by
Julien Olivain
parent
6721942c98
commit
8d78978a0d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user