diff mbox series

[meta-python,09/12] python3-pytest-env: add python3-python-dotenv to ptest RDEPENDS

Message ID 20260816232358.1947922-9-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-python,01/12] python3-cbor2: add tzdata/zoneinfo RDEPENDS for ptest | expand

Commit Message

Khem Raj Aug. 16, 2026, 11:23 p.m. UTC
From: Khem Raj <raj.khem@gmail.com>

Needed by the ptest suite.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pytest-env_1.7.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 \
 "