summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-mock_3.10.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-mock_3.10.0.bb b/meta-python/recipes-devtools/python/python3-pytest-mock_3.10.0.bb
index c4e672f333..bf5bc250a8 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-mock_3.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-mock_3.10.0.bb
@@ -18,6 +18,12 @@ inherit setuptools3 ptest
18 18
19DEPENDS += "${PYTHON_PN}-setuptools-scm-native" 19DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
20 20
21RDEPENDS:${PN} += " \
22 python3-asyncio \
23 python3-pytest \
24 python3-unittest \
25"
26
21S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
22 28
23do_install_ptest() { 29do_install_ptest() {