diff mbox series

[meta-python,1/8] python3-trustme: add runtime dependency for tests and re-add to ptest

Message ID 20240219214801.1514843-1-derek@asterius.io
State Accepted
Headers show
Series [meta-python,1/8] python3-trustme: add runtime dependency for tests and re-add to ptest | expand

Commit Message

Derek Straka Feb. 19, 2024, 9:47 p.m. UTC
Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc  | 2 +-
 meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 598548262..51fcdd2b2 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 ac03bce2b..21161a0e0 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 \