summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb
index 54ba6120a..ca17e2b13 100644
--- a/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-typeguard_4.0.0.bb
@@ -11,6 +11,11 @@ SRC_URI += " \
11 file://run-ptest \ 11 file://run-ptest \
12" 12"
13 13
14RDEPENDS:${PN} += " \
15 python3-compression \
16 python3-unittest \
17"
18
14RDEPENDS:${PN}-ptest += " \ 19RDEPENDS:${PN}-ptest += " \
15 ${PYTHON_PN}-pytest \ 20 ${PYTHON_PN}-pytest \
16 ${PYTHON_PN}-typing-extensions \ 21 ${PYTHON_PN}-typing-extensions \