diff options
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-service-identity_21.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 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 | " |
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() { |