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