From 6e869399783db6083c77789e86edaa4f46a143fb Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:34 +0200 Subject: python3-service-identity: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-service-identity_21.1.0.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb') 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 0210a5de22..2d4145ef12 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 += " \ file://run-ptest \ " +RDEPENDS:${PN} += " \ + python3-attr \ + python3-cryptography \ + python3-pyasn1-modules \ +" + RDEPENDS:${PN}-ptest += " \ ${PYTHON_PN}-pytest \ " -- cgit v1.2.3-54-g00ecf