diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-11-21 21:52:05 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-22 08:23:52 -0800 |
commit | 8761bbf17d6db591949f9bcd86a991c6bf92e15c (patch) | |
tree | 2621a5ece38f768aff95a600ebd3d174f3381a12 /meta-python | |
parent | f7229b44ea75217088e7b53f47986ab975b777df (diff) | |
download | meta-openembedded-8761bbf17d6db591949f9bcd86a991c6bf92e15c.tar.gz |
python3-pydantic: Add missing rdeps
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-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 | " |