summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:11 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commit540efe037e10eaf1c50ef63c95f3e8b65f1e74dd (patch)
tree9c51f203485ceafda86746cc5e2aa8e6d06d17a2 /meta-python
parente74592c1cb32942ba54a1bac9e969785f982e873 (diff)
downloadmeta-openembedded-540efe037e10eaf1c50ef63c95f3e8b65f1e74dd.tar.gz
python3-pytest-mock: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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() {