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/conf/include/ptest-packagelists-meta-python.inc | |
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/conf/include/ptest-packagelists-meta-python.inc')
-rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "\ | |||
52 | python3-requests-toolbelt \ | 52 | python3-requests-toolbelt \ |
53 | python3-semver \ | 53 | python3-semver \ |
54 | python3-serpent \ | 54 | python3-serpent \ |
55 | python3-service-identity \ | ||
55 | python3-simpleeval \ | 56 | python3-simpleeval \ |
56 | python3-smpplib \ | 57 | python3-smpplib \ |
57 | python3-soupsieve \ | 58 | python3-soupsieve \ |
@@ -82,7 +83,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\ | |||
82 | python3-pint \ | 83 | python3-pint \ |
83 | python3-pyzmq \ | 84 | python3-pyzmq \ |
84 | python3-scrypt \ | 85 | python3-scrypt \ |
85 | python3-service-identity \ | ||
86 | python3-whoosh \ | 86 | python3-whoosh \ |
87 | python3-xlrd \ | 87 | python3-xlrd \ |
88 | " | 88 | " |