From: Bartosz Golaszewski <[email protected]> Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- .../recipes-devtools/python/python3-sqlalchemy_2.0.15.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb index b30437830..e6f0d6429 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb @@ -10,6 +10,7 @@ PYPI_PACKAGE = "SQLAlchemy" inherit pypi setuptools3 RDEPENDS:${PN} += " \ + python3-asyncio \ python3-compression \ python3-json \ python3-logging \ @@ -18,6 +19,7 @@ RDEPENDS:${PN} += " \ python3-pickle \ python3-profile \ python3-threading \ + python3-typing-extensions \ " BBCLASSEXTEND = "native nativesdk" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102956): https://lists.openembedded.org/g/openembedded-devel/message/102956 Mute This Topic: https://lists.openembedded.org/mt/99237935/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
