From 8761bbf17d6db591949f9bcd86a991c6bf92e15c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Nov 2024 21:52:05 -0800 Subject: python3-pydantic: Add missing rdeps Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb index b776d05dce..9f1c964e49 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb @@ -38,15 +38,24 @@ RDEPENDS:${PN} += "\ inherit ptest SRC_URI += "file://run-ptest" RDEPENDS:${PN}-ptest += "\ + python3-ansi2html \ + python3-coverage \ python3-cloudpickle \ python3-dirty-equals \ python3-email-validator \ + python3-fastjsonschema \ + python3-greenlet \ python3-html \ python3-hypothesis \ + python3-mypy \ + python3-packaging \ python3-pydoc \ python3-pytest \ + python3-pytest-codspeed \ python3-pytest-mock \ + python3-pytz \ python3-rich \ + python3-sqlalchemy \ python3-unittest-automake-output \ python3-unixadmin \ " -- cgit v1.2.3-54-g00ecf