From 6181b7a6d0a17f27582f0ee60c44483ac2715584 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:37 +0200 Subject: python3-sqlalchemy: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb') 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 b30437830e..e6f0d64293 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" -- cgit v1.2.3-54-g00ecf