mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
python3-fastapi: Add missing ptest dependencies
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0456c030d2
commit
c8d0737c7f
|
|
@ -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 \
|
||||||
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user