diff mbox series

[meta-python,3/3] python3-bleak: Add missing asyncio dependencies for ptests

Message ID 20250725133827.1533329-3-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/3] python3-pytest-mock: Upgrade to 3.14.1 | expand

Commit Message

Khem Raj July 25, 2025, 1:38 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-bleak_1.0.1.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-bleak_1.0.1.bb b/meta-python/recipes-devtools/python/python3-bleak_1.0.1.bb
index f18502c7c4..7bc69bfeb9 100644
--- a/meta-python/recipes-devtools/python/python3-bleak_1.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-bleak_1.0.1.bb
@@ -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} += " \