diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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} += "\ | |||
38 | inherit ptest | 38 | inherit ptest |
39 | SRC_URI += "file://run-ptest" | 39 | SRC_URI += "file://run-ptest" |
40 | RDEPENDS:${PN}-ptest += "\ | 40 | RDEPENDS:${PN}-ptest += "\ |
41 | python3-ansi2html \ | ||
42 | python3-coverage \ | ||
41 | python3-cloudpickle \ | 43 | python3-cloudpickle \ |
42 | python3-dirty-equals \ | 44 | python3-dirty-equals \ |
43 | python3-email-validator \ | 45 | python3-email-validator \ |
46 | python3-fastjsonschema \ | ||
47 | python3-greenlet \ | ||
44 | python3-html \ | 48 | python3-html \ |
45 | python3-hypothesis \ | 49 | python3-hypothesis \ |
50 | python3-mypy \ | ||
51 | python3-packaging \ | ||
46 | python3-pydoc \ | 52 | python3-pydoc \ |
47 | python3-pytest \ | 53 | python3-pytest \ |
54 | python3-pytest-codspeed \ | ||
48 | python3-pytest-mock \ | 55 | python3-pytest-mock \ |
56 | python3-pytz \ | ||
49 | python3-rich \ | 57 | python3-rich \ |
58 | python3-sqlalchemy \ | ||
50 | python3-unittest-automake-output \ | 59 | python3-unittest-automake-output \ |
51 | python3-unixadmin \ | 60 | python3-unixadmin \ |
52 | " | 61 | " |