python3-sqlalchemy: add python3-greenlet as RDEPENDS as pip check does report this as a missing dependency

Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Tom Geelen 2026-02-08 01:11:39 +01:00 committed by Khem Raj
parent 90cae902ec
commit fa53982588
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -19,6 +19,7 @@ RDEPENDS:${PN} += " \
python3-profile \
python3-threading \
python3-typing-extensions \
python3-greenlet \
"
CVE_PRODUCT = "sqlalchemy"