diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-mock_3.10.0.bb | 6 |
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 | ||
19 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 19 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
20 | 20 | ||
21 | RDEPENDS:${PN} += " \ | ||
22 | python3-asyncio \ | ||
23 | python3-pytest \ | ||
24 | python3-unittest \ | ||
25 | " | ||
26 | |||
21 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
22 | 28 | ||
23 | do_install_ptest() { | 29 | do_install_ptest() { |