summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb7
1 files changed, 7 insertions, 0 deletions
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 641512c46..6f31aea0e 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 += " \
14 file://run-ptest \ 14 file://run-ptest \
15" 15"
16 16
17RDEPENDS:${PN} += " \
18 python3-cryptography \
19 python3-datetime \
20 python3-idna \
21 python3-io \
22"
23
17RDEPENDS:${PN}-ptest += " \ 24RDEPENDS:${PN}-ptest += " \
18 ${PYTHON_PN}-pytest \ 25 ${PYTHON_PN}-pytest \
19 ${PYTHON_PN}-service-identity \ 26 ${PYTHON_PN}-service-identity \