From eb81c0389df1ac17b7c589cb017216316efe4491 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 19 Feb 2024 21:47:54 +0000 Subject: python3-trustme: add runtime dependency for tests and re-add to ptest Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- 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 --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 \ -- cgit 1.2.3-korg