diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.15.bb | 2 |
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 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" | |||
| 10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
| 11 | 11 | ||
| 12 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${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 | ||
| 23 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |
