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:
Trevor Gamblin
2023-07-21 15:25:27 -04:00
committed by Khem Raj
parent c2786d5a13
commit ec003c58cd

View File

@@ -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 \
"