summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:37 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commit6181b7a6d0a17f27582f0ee60c44483ac2715584 (patch)
treea6226b9f139ddb754def3219a1a536ca52bd679a
parentb93e7642259c7f521d26d419b4c846852c000cfd (diff)
downloadmeta-openembedded-6181b7a6d0a17f27582f0ee60c44483ac2715584.tar.gz
python3-sqlalchemy: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb2
1 files changed, 2 insertions, 0 deletions
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"
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
12RDEPENDS:${PN} += " \ 12RDEPENDS:${PN} += " \
13 python3-asyncio \
13 python3-compression \ 14 python3-compression \
14 python3-json \ 15 python3-json \
15 python3-logging \ 16 python3-logging \
@@ -18,6 +19,7 @@ RDEPENDS:${PN} += " \
18 python3-pickle \ 19 python3-pickle \
19 python3-profile \ 20 python3-profile \
20 python3-threading \ 21 python3-threading \
22 python3-typing-extensions \
21" 23"
22 24
23BBCLASSEXTEND = "native nativesdk" 25BBCLASSEXTEND = "native nativesdk"