All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-aiohttp: add missing dependencies
@ 2024-03-25 14:07 sam.van.den.berge
  0 siblings, 0 replies; only message in thread
From: sam.van.den.berge @ 2024-03-25 14:07 UTC (permalink / raw
  To: openembedded-devel; +Cc: Sam Van Den Berge

From: Sam Van Den Berge <sam.van.den.berge@gmail.com>

* attrs is in install_requires of setup.cfg in 3.9 branch
* python3-misc is required to include netrc which is imported in
  aiohttp.helpers

Signed-off-by: Sam Van Den Berge <sam.van.den.berge@gmail.com>
---
 meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
index 2cdd352e5..10a3085ef 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
@@ -13,7 +13,9 @@ RDEPENDS:${PN} = "\
     python3-aiohappyeyeballs \
     python3-aiosignal \
     python3-async-timeout \
+    python3-attrs \
     python3-frozenlist \
+    python3-misc \
     python3-multidict \
     python3-yarl \
     python3-aiodns \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-25 14:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 14:07 [meta-python][PATCH] python3-aiohttp: add missing dependencies sam.van.den.berge

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.