mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
python3-typeguard: 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
e79fafa8fc
commit
83dcfaae48
@@ -11,6 +11,11 @@ SRC_URI += " \
|
|||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += " \
|
||||||
|
python3-compression \
|
||||||
|
python3-unittest \
|
||||||
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
${PYTHON_PN}-pytest \
|
${PYTHON_PN}-pytest \
|
||||||
${PYTHON_PN}-typing-extensions \
|
${PYTHON_PN}-typing-extensions \
|
||||||
|
|||||||
Reference in New Issue
Block a user