All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] python3-pip: add missing RDEPENDS
@ 2024-10-10 19:09 Bartosz Golaszewski
  2024-10-10 19:18 ` Patchtest results for " patchtest
  0 siblings, 1 reply; 3+ messages in thread
From: Bartosz Golaszewski @ 2024-10-10 19:09 UTC (permalink / raw)
  To: Khem Raj, Bruce Ashfield, Zang Ruochen, openembedded-core
  Cc: Bartosz Golaszewski

pip3 package is missing the runtime dependency on tomllib. Add
python3-modules to the recipe's RDEPENDS.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 meta/recipes-devtools/python/python3-pip_24.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python/python3-pip_24.2.bb b/meta/recipes-devtools/python/python3-pip_24.2.bb
index 5e1a467990..3019996f07 100644
--- a/meta/recipes-devtools/python/python3-pip_24.2.bb
+++ b/meta/recipes-devtools/python/python3-pip_24.2.bb
@@ -34,6 +34,7 @@ RDEPENDS:${PN} = "\
   python3-io \
   python3-html \
   python3-json \
+  python3-modules \
   python3-multiprocessing \
   python3-netserver \
   python3-setuptools \
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-10 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-10 19:09 [meta-oe][PATCH] python3-pip: add missing RDEPENDS Bartosz Golaszewski
2024-10-10 19:18 ` Patchtest results for " patchtest
2024-10-10 19:23   ` Bartosz Golaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.