mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
b93e764225
commit
6181b7a6d0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user