Message ID | 20241121062518.3074722-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-python,1/4] python3-rich: Add missing rdepends | expand |
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 \ + "
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../recipes-extended/python-rich/python3-rich_13.9.4.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)