diff options
author | Derek Straka <derek@asterius.io> | 2024-02-19 21:47:54 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:24 -0800 |
commit | 11399f45bee8d5b63f501321fd472e30bea63f2d (patch) | |
tree | fa48ae043c9e3b760cba296d35a97b22f05f1d09 /meta-python/recipes-devtools/python | |
parent | c4ae69707d06f3f68638a5fd50d4f0fb1b90d27b (diff) | |
download | meta-openembedded-11399f45bee8d5b63f501321fd472e30bea63f2d.tar.gz |
python3-trustme: add runtime dependency for tests and re-add to ptest
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb | 1 |
1 files changed, 1 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 ac03bce2b0..21161a0e0f 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,6 +20,7 @@ RDEPENDS:${PN} += " \ | |||
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS:${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | python3-pyopenssl \ | ||
23 | python3-pyasn1-modules \ | 24 | python3-pyasn1-modules \ |
24 | python3-pytest \ | 25 | python3-pytest \ |
25 | python3-service-identity \ | 26 | python3-service-identity \ |