diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-12 21:12:31 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-12 23:21:25 -0700 |
commit | cb1c641b0f790a09795b044c3a71fc29268a209f (patch) | |
tree | 1ecf1755a5f85ea802b1caa08769853a6493c225 /meta-python | |
parent | aad5755611bd1d611a5a2229f1a6b0e7927e1064 (diff) | |
download | meta-openembedded-cb1c641b0f790a09795b044c3a71fc29268a209f.tar.gz |
python3-service-identity: Fix ptest rdeps
Add missing six and attrs modules to runtime deps
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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} += " \ | |||
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS:${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | python3-attrs \ | ||
23 | python3-pytest \ | 24 | python3-pytest \ |
25 | python3-six \ | ||
24 | python3-unittest-automake-output \ | 26 | python3-unittest-automake-output \ |
25 | python3-pyopenssl \ | 27 | python3-pyopenssl \ |
26 | " | 28 | " |