aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2024-02-19 21:47:54 +0000
committerKhem Raj <raj.khem@gmail.com>2024-02-19 19:44:05 -0800
commiteb81c0389df1ac17b7c589cb017216316efe4491 (patch)
treef38ed0bcdb4c11f79f1f1e80fca4a6c555fbe0aa
parentc67fa65c636bc38df7774313b1a7c5bc58dfbdcf (diff)
downloadmeta-openembedded-contrib-eb81c0389df1ac17b7c589cb017216316efe4491.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>
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc2
-rw-r--r--meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb1
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 5985482628..51fcdd2b29 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -50,6 +50,7 @@ PTESTS_FAST_META_PYTHON = "\
python3-soupsieve \
python3-sqlparse \
python3-tomlkit \
+ python3-trustme \
python3-ujson \
python3-u-msgpack-python \
python3-unidiff \
@@ -83,7 +84,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
python3-pyzmq \
python3-scrypt \
python3-service-identity \
- python3-trustme \
python3-typeguard \
python3-whoosh \
python3-xlrd \
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} += " \
"
RDEPENDS:${PN}-ptest += " \
+ python3-pyopenssl \
python3-pyasn1-modules \
python3-pytest \
python3-service-identity \