[meta-python][PATCH 02/12] python3-faker: add codecs/misc RDEPENDS for ptest
Khem Raj <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Khem Raj <[email protected]> Needed by faker's ptest suite. Signed-off-by: Khem Raj <[email protected]> --- meta-python/recipes-devtools/python/python3-faker_40.36.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-faker_40.36.0.bb b/meta-python/recipes-devtools/python/python3-faker_40.36.0.bb index 196a8f6357..f0d0207a23 100644 --- a/meta-python/recipes-devtools/python/python3-faker_40.36.0.bb +++ b/meta-python/recipes-devtools/python/python3-faker_40.36.0.bb @@ -36,7 +36,9 @@ RDEPENDS:${PN} += "\ " RDEPENDS:${PN}-ptest += "\ + python3-codecs \ python3-freezegun \ + python3-misc \ python3-validators \ "