summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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 += " \
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"