mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-bleak: Add missing asyncio dependencies for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,9 +8,10 @@ PYPI_SRC_URI = "git://github.com/hbldh/bleak.git;protocol=https;branch=develop;d
|
||||
|
||||
inherit pypi python_poetry_core ptest-python-pytest
|
||||
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-asyncio \
|
||||
python3-pytest-asyncio \
|
||||
python3-pytest-cov \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
|
||||
Reference in New Issue
Block a user