diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:34 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | 6e869399783db6083c77789e86edaa4f46a143fb (patch) | |
tree | 9222c1e2ab4ac02c39d65df56cc622bc476e12da /meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb | |
parent | 35673dc1b7291da5ca759061d5c35b29ffb6fd88 (diff) | |
download | meta-openembedded-6e869399783db6083c77789e86edaa4f46a143fb.tar.gz |
python3-service-identity: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
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 | 6 |
1 files changed, 6 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 0210a5de2..2d4145ef1 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 | |||
@@ -14,6 +14,12 @@ SRC_URI += " \ | |||
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS:${PN} += " \ | ||
18 | python3-attr \ | ||
19 | python3-cryptography \ | ||
20 | python3-pyasn1-modules \ | ||
21 | " | ||
22 | |||
17 | RDEPENDS:${PN}-ptest += " \ | 23 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-pytest \ | 24 | ${PYTHON_PN}-pytest \ |
19 | " | 25 | " |