From 6294b31374c03d15761c430fae470a886d08da97 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 20 Nov 2024 22:22:23 -0800 Subject: [PATCH] python3-rich: Add missing rdepends Signed-off-by: Khem Raj --- .../recipes-extended/python-rich/python3-rich_13.9.4.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb b/meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb index cac1ca9591..9755bacca1 100644 --- a/meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb +++ b/meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb @@ -12,4 +12,8 @@ SRC_URI[sha256sum] = "439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2b inherit pypi python_poetry_core -RDEPENDS:${PN} = "python3-pygments" +RDEPENDS:${PN} = "python3-html \ + python3-image \ + python3-pygments \ + python3-unixadmin \ + "