[meta-python][PATCH 07/12] python3-rich-toolkit: add python3-pydantic to ptest RDEPENDS
Khem Raj <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Khem Raj <[email protected]> Needed by the ptest suite. Signed-off-by: Khem Raj <[email protected]> --- .../recipes-devtools/python/python3-rich-toolkit_0.20.3.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.3.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.3.bb index 3f54f47790..a0b1eed56e 100644 --- a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.3.bb +++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.3.bb @@ -15,3 +15,7 @@ RDEPENDS:${PN} = "\ python3-typing-extensions \ python3-inline-snapshot \ " + +RDEPENDS:${PN}-ptest += "\ + python3-pydantic \ +"