python3-bleak: Add missing asyncio dependencies for ptests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-07-24 19:11:00 -07:00
parent 2d6d0b7513
commit 2025d39e53
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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} += " \