mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +00:00
python3-fastapi: Add missing ptest dependencies
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -24,4 +24,13 @@ RDEPENDS:${PN} += "\
|
|||||||
python3-typing-extensions \
|
python3-typing-extensions \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN}-ptest += "python3-orjson"
|
RDEPENDS:${PN}-ptest += "\
|
||||||
|
python3-coverage \
|
||||||
|
python3-httpx \
|
||||||
|
python3-orjson \
|
||||||
|
python3-dirty-equals \
|
||||||
|
python3-pytest-httpx \
|
||||||
|
python3-python-multipart \
|
||||||
|
python3-sqlalchemy \
|
||||||
|
python3-trio \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user