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.bb16
1 files changed, 8 insertions, 8 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 3af41bed2..b30437830 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,14 +10,14 @@ PYPI_PACKAGE = "SQLAlchemy"
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
12RDEPENDS:${PN} += " \ 12RDEPENDS:${PN} += " \
13 ${PYTHON_PN}-json \ 13 python3-compression \
14 ${PYTHON_PN}-pickle \ 14 python3-json \
15 ${PYTHON_PN}-logging \ 15 python3-logging \
16 ${PYTHON_PN}-netclient \ 16 python3-netclient \
17 ${PYTHON_PN}-numbers \ 17 python3-numbers \
18 ${PYTHON_PN}-threading \ 18 python3-pickle \
19 ${PYTHON_PN}-compression \ 19 python3-profile \
20 ${PYTHON_PN}-profile \ 20 python3-threading \
21" 21"
22 22
23BBCLASSEXTEND = "native nativesdk" 23BBCLASSEXTEND = "native nativesdk"