summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb')
-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"