mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 19:08:08 +00:00
python3-blinker: add python3-asyncio to RDEPENDS
The module fails to import without this. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c2786d5a13
commit
ec003c58cd
@ -8,6 +8,10 @@ inherit pypi python_setuptools_build_meta ptest
|
||||
|
||||
SRC_URI += "file://run-ptest"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-asyncio \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user