summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-11-20 22:22:23 -0800
committerKhem Raj <raj.khem@gmail.com>2024-11-21 21:42:35 -0800
commit6294b31374c03d15761c430fae470a886d08da97 (patch)
treedea0f25dc38b6afdfeb7fa32bdb4d0c2925cbc9e /meta-python
parentc2e447dac97a0f18270353cb5ba638cee361d7e6 (diff)
downloadmeta-openembedded-6294b31374c03d15761c430fae470a886d08da97.tar.gz
python3-rich: Add missing rdepends
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/python-rich/python3-rich_13.9.4.bb6
1 files changed, 5 insertions, 1 deletions
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
12 12
13inherit pypi python_poetry_core 13inherit pypi python_poetry_core
14 14
15RDEPENDS:${PN} = "python3-pygments" 15RDEPENDS:${PN} = "python3-html \
16 python3-image \
17 python3-pygments \
18 python3-unixadmin \
19 "