diff mbox series

[meta-python,2/3] python3-sqlalchemy: add python3-greenlet as RDEPENDS as pip check does report this as a missing dependency

Message ID 20260208001139.1767114-3-t.f.g.geelen@gmail.com
State Under Review
Headers show
Series [meta-python,1/3] python3-mypy: when checking the package in an image `pip check` reports python3-pathspec as a missing dependency | expand

Commit Message

Tom Geelen Feb. 8, 2026, 12:11 a.m. UTC
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
---
 meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.46.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.46.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.46.bb
index 5c56c4ed7c..e7a831557a 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.46.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.46.bb
@@ -19,6 +19,7 @@  RDEPENDS:${PN} += " \
     python3-profile \
     python3-threading \
     python3-typing-extensions \
+    python3-greenlet \
 "
 
 CVE_PRODUCT = "sqlalchemy"