diff mbox series

[meta-python,2/8] python3-sqlalchemy: add missing RDEPENDS on python3-greenlet

Message ID 20251105212631.386242-4-t.f.g.geelen@gmail.com
State New
Headers show
Series [meta-python,1/8] python3-requests-toolbelt: add BBCLASSEXTEND: native nativesdk | expand

Commit Message

Tom Geelen Nov. 5, 2025, 9:26 p.m. UTC
When checking with 'pip check' on any target pip reports that this is a missing dependency.

Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
---
 meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.44.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.44.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.44.bb
index 5bbd79a93a..d17901a031 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.44.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.44.bb
@@ -19,6 +19,7 @@  RDEPENDS:${PN} += " \
     python3-profile \
     python3-threading \
     python3-typing-extensions \
+    python3-greenlet \
 "
 
 BBCLASSEXTEND = "native nativesdk"