diff options
author | Derek Straka <derek@asterius.io> | 2024-02-23 17:55:23 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-26 08:13:20 -0800 |
commit | 53cdb1c38d7bcd2ed0e854f4da2ec4dbb5025f5c (patch) | |
tree | be9aa124bb0590e3a47b59acdcac2f1848b166fd /meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb | |
parent | bb8e0534be8349e73b069a63739e965e9442934e (diff) | |
download | meta-openembedded-53cdb1c38d7bcd2ed0e854f4da2ec4dbb5025f5c.tar.gz |
python3-service-identity: add missing ptest dependencies and re-enable functional tests
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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} += " \ | |||
22 | RDEPENDS:${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | python3-pytest \ | 23 | python3-pytest \ |
24 | python3-unittest-automake-output \ | 24 | python3-unittest-automake-output \ |
25 | python3-pyopenssl \ | ||
25 | " | 26 | " |
26 | 27 | ||
27 | do_install_ptest() { | 28 | do_install_ptest() { |