summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:34 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commit6e869399783db6083c77789e86edaa4f46a143fb (patch)
tree9222c1e2ab4ac02c39d65df56cc622bc476e12da /meta-python
parent35673dc1b7291da5ca759061d5c35b29ffb6fd88 (diff)
downloadmeta-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')
-rw-r--r--meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb6
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
17RDEPENDS:${PN} += " \
18 python3-attr \
19 python3-cryptography \
20 python3-pyasn1-modules \
21"
22
17RDEPENDS:${PN}-ptest += " \ 23RDEPENDS:${PN}-ptest += " \
18 ${PYTHON_PN}-pytest \ 24 ${PYTHON_PN}-pytest \
19" 25"