From 8eb1471a01d297f32ad805bf172562f9e188b44f Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:49 +0200 Subject: python3-trustme: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb b/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb index 641512c46c..6f31aea0e0 100644 --- a/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb @@ -14,6 +14,13 @@ SRC_URI += " \ file://run-ptest \ " +RDEPENDS:${PN} += " \ + python3-cryptography \ + python3-datetime \ + python3-idna \ + python3-io \ +" + RDEPENDS:${PN}-ptest += " \ ${PYTHON_PN}-pytest \ ${PYTHON_PN}-service-identity \ -- cgit v1.2.3-54-g00ecf