mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python3-pydantic: Add missing rdeps
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -38,15 +38,24 @@ RDEPENDS:${PN} += "\
|
|||||||
inherit ptest
|
inherit ptest
|
||||||
SRC_URI += "file://run-ptest"
|
SRC_URI += "file://run-ptest"
|
||||||
RDEPENDS:${PN}-ptest += "\
|
RDEPENDS:${PN}-ptest += "\
|
||||||
|
python3-ansi2html \
|
||||||
|
python3-coverage \
|
||||||
python3-cloudpickle \
|
python3-cloudpickle \
|
||||||
python3-dirty-equals \
|
python3-dirty-equals \
|
||||||
python3-email-validator \
|
python3-email-validator \
|
||||||
|
python3-fastjsonschema \
|
||||||
|
python3-greenlet \
|
||||||
python3-html \
|
python3-html \
|
||||||
python3-hypothesis \
|
python3-hypothesis \
|
||||||
|
python3-mypy \
|
||||||
|
python3-packaging \
|
||||||
python3-pydoc \
|
python3-pydoc \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
|
python3-pytest-codspeed \
|
||||||
python3-pytest-mock \
|
python3-pytest-mock \
|
||||||
|
python3-pytz \
|
||||||
python3-rich \
|
python3-rich \
|
||||||
|
python3-sqlalchemy \
|
||||||
python3-unittest-automake-output \
|
python3-unittest-automake-output \
|
||||||
python3-unixadmin \
|
python3-unixadmin \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user