From aad5755611bd1d611a5a2229f1a6b0e7927e1064 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 12 Sep 2024 21:09:20 -0700 Subject: python3-trustme: Add missing ptest rdeps on attrs and six modules Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb b/meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb index 21161a0e0f..dab18f28b6 100644 --- a/meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb @@ -20,10 +20,12 @@ RDEPENDS:${PN} += " \ " RDEPENDS:${PN}-ptest += " \ + python3-attrs \ python3-pyopenssl \ python3-pyasn1-modules \ python3-pytest \ python3-service-identity \ + python3-six \ python3-unittest-automake-output \ " -- cgit v1.2.3-54-g00ecf