[meta-python][PATCH 09/12] python3-pytest-env: add python3-python-dotenv 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]> --- meta-python/recipes-devtools/python/python3-pytest-env_1.7.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-pytest-env_1.7.0.bb b/meta-python/recipes-devtools/python/python3-pytest-env_1.7.0.bb index 0930573448..3ffe73b864 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-env_1.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-env_1.7.0.bb @@ -18,4 +18,5 @@ RDEPENDS:${PN}-ptest += " \ python3-covdefaults \ python3-coverage \ python3-pytest-mock \ + python3-python-dotenv \ "