From 1d02dcde5c1ea4b71523a7b5380c6f8137ec784d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 16 Aug 2026 08:52:12 +0200 Subject: [PATCH] python3-pytest-env: add python3-python-dotenv to ptest RDEPENDS Needed by the ptest suite. Signed-off-by: Khem Raj --- 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 \ "