diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:11 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | 540efe037e10eaf1c50ef63c95f3e8b65f1e74dd (patch) | |
tree | 9c51f203485ceafda86746cc5e2aa8e6d06d17a2 /meta-python | |
parent | e74592c1cb32942ba54a1bac9e969785f982e873 (diff) | |
download | meta-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.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() { |