python3-pydantic: Add missing rdeps

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-11-21 21:52:05 -08:00
parent f7229b44ea
commit 8761bbf17d
@@ -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 \
" "