diff mbox series

[meta-python] python3-service-identity: add missing ptest dependencies and re-enable functional tests

Message ID 20240223175523.2572935-1-derek@asterius.io
State Accepted
Headers show
Series [meta-python] python3-service-identity: add missing ptest dependencies and re-enable functional tests | expand

Commit Message

Derek Straka Feb. 23, 2024, 5:55 p.m. UTC
Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/conf/include/ptest-packagelists-meta-python.inc     | 2 +-
 .../recipes-devtools/python/python3-service-identity_21.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 b3ed60a26..22894487f 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -52,6 +52,7 @@  PTESTS_FAST_META_PYTHON = "\
     python3-requests-toolbelt \
     python3-semver \
     python3-serpent \
+    python3-service-identity \
     python3-simpleeval \
     python3-smpplib \
     python3-soupsieve \
@@ -82,7 +83,6 @@  PTESTS_PROBLEMS_META_PYTHON ="\
     python3-pint \
     python3-pyzmq \
     python3-scrypt \
-    python3-service-identity \
     python3-whoosh \
     python3-xlrd \
 "
diff --git a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb
index 0a2f2728b..006fae290 100644
--- a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb
@@ -22,6 +22,7 @@  RDEPENDS:${PN} += " \
 RDEPENDS:${PN}-ptest += " \
     python3-pytest \
     python3-unittest-automake-output \
+    python3-pyopenssl \
 "
 
 do_install_ptest() {