From 53cdb1c38d7bcd2ed0e854f4da2ec4dbb5025f5c Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 23 Feb 2024 17:55:23 +0000 Subject: [PATCH] python3-service-identity: add missing ptest dependencies and re-enable functional tests Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- 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 --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index b3ed60a26b..22894487f1 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 0a2f2728b7..006fae290d 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() {