From cb1c641b0f790a09795b044c3a71fc29268a209f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 12 Sep 2024 21:12:31 -0700 Subject: python3-service-identity: Fix ptest rdeps Add missing six and attrs modules to runtime deps Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb index 267bbea13e..a1d6a3c0d8 100644 --- a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb @@ -20,7 +20,9 @@ RDEPENDS:${PN} += " \ " RDEPENDS:${PN}-ptest += " \ + python3-attrs \ python3-pytest \ + python3-six \ python3-unittest-automake-output \ python3-pyopenssl \ " -- cgit v1.2.3-54-g00ecf