mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
e74592c1cb
commit
540efe037e
@@ -18,6 +18,12 @@ inherit setuptools3 ptest
|
|||||||
|
|
||||||
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += " \
|
||||||
|
python3-asyncio \
|
||||||
|
python3-pytest \
|
||||||
|
python3-unittest \
|
||||||
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
|
|||||||
Reference in New Issue
Block a user