diff options
author | Derek Straka <derek@asterius.io> | 2024-02-19 21:47:54 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:24 -0800 |
commit | 11399f45bee8d5b63f501321fd472e30bea63f2d (patch) | |
tree | fa48ae043c9e3b760cba296d35a97b22f05f1d09 /meta-python | |
parent | c4ae69707d06f3f68638a5fd50d4f0fb1b90d27b (diff) | |
download | meta-openembedded-11399f45bee8d5b63f501321fd472e30bea63f2d.tar.gz |
python3-trustme: add runtime dependency for tests and re-add to ptest
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-trustme_1.1.0.bb | 1 |
2 files changed, 2 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 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 = "\ | |||
50 | python3-soupsieve \ | 50 | python3-soupsieve \ |
51 | python3-sqlparse \ | 51 | python3-sqlparse \ |
52 | python3-tomlkit \ | 52 | python3-tomlkit \ |
53 | python3-trustme \ | ||
53 | python3-ujson \ | 54 | python3-ujson \ |
54 | python3-u-msgpack-python \ | 55 | python3-u-msgpack-python \ |
55 | python3-unidiff \ | 56 | python3-unidiff \ |
@@ -83,7 +84,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\ | |||
83 | python3-pyzmq \ | 84 | python3-pyzmq \ |
84 | python3-scrypt \ | 85 | python3-scrypt \ |
85 | python3-service-identity \ | 86 | python3-service-identity \ |
86 | python3-trustme \ | ||
87 | python3-typeguard \ | 87 | python3-typeguard \ |
88 | python3-whoosh \ | 88 | python3-whoosh \ |
89 | python3-xlrd \ | 89 | 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} += " \ | |||
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS:${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | python3-pyopenssl \ | ||
23 | python3-pyasn1-modules \ | 24 | python3-pyasn1-modules \ |
24 | python3-pytest \ | 25 | python3-pytest \ |
25 | python3-service-identity \ | 26 | python3-service-identity \ |