Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: iwanicki92 <iwanicki92@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-python][PATCH 1/2] python3-rich: add missing runtime dependencies
Date: Sun,  2 Aug 2026 17:51:38 +0200	[thread overview]
Message-ID: <20260802155139.4128822-2-iwanicki92@gmail.com> (raw)
In-Reply-To: <20260802155139.4128822-1-iwanicki92@gmail.com>

`python3-markdown-it-py` was missing along with some python3 modules.
I went through the code and added everything imported that I noticed,
except modules imported on Windows.

Signed-off-by: iwanicki92 <iwanicki92@gmail.com>
---
 .../python-rich/python3-rich_15.0.0.bb        | 21 ++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/meta-python/recipes-extended/python-rich/python3-rich_15.0.0.bb b/meta-python/recipes-extended/python-rich/python3-rich_15.0.0.bb
index 2ab3b2fdbc24..e15e84253548 100644
--- a/meta-python/recipes-extended/python-rich/python3-rich_15.0.0.bb
+++ b/meta-python/recipes-extended/python-rich/python3-rich_15.0.0.bb
@@ -12,10 +12,21 @@ SRC_URI[sha256sum] = "edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b
 
 inherit pypi python_poetry_core
 
-RDEPENDS:${PN} = "python3-html \
-                  python3-image \
-                  python3-pygments \
-                  python3-unixadmin \
-                  "
+RDEPENDS:${PN} = " \
+    python3-datetime \
+    python3-html \
+    python3-image \
+    python3-io \
+    python3-json \
+    python3-logging \
+    python3-markdown-it-py \
+    python3-math \
+    python3-mmap \
+    python3-numbers \
+    python3-pickle \
+    python3-pygments \
+    python3-threading \
+    python3-unixadmin \
+"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.55.0



  reply	other threads:[~2026-08-02 15:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-02 15:51 [meta-python][PATCH 0/2] Fix runtime dependencies of 2 python packages iwanicki92
2026-08-02 15:51 ` iwanicki92 [this message]
2026-08-02 15:51 ` [meta-python][PATCH 2/2] python3-typer: add missing runtime dependencies iwanicki92

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260802155139.4128822-2-iwanicki92@gmail.com \
    --to=iwanicki92@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox