diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-07-24 19:11:00 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-25 17:09:25 -0700 |
| commit | 2025d39e534fd3705dee891e8908ea2f734114ab (patch) | |
| tree | 57a0102c90e7ad81fb243d98a86b014be2bb5118 /meta-python | |
| parent | 2d6d0b75137b8fdd0cf04a732e5d8f79d9d8b335 (diff) | |
| download | meta-openembedded-2025d39e534fd3705dee891e8908ea2f734114ab.tar.gz | |
python3-bleak: Add missing asyncio dependencies for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bleak_1.0.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 8 | 8 | ||
| 9 | inherit pypi python_poetry_core ptest-python-pytest | 9 | inherit pypi python_poetry_core ptest-python-pytest |
| 10 | 10 | ||
| 11 | |||
| 12 | RDEPENDS:${PN}-ptest += " \ | 11 | RDEPENDS:${PN}-ptest += " \ |
| 12 | python3-asyncio \ | ||
| 13 | python3-pytest-asyncio \ | 13 | python3-pytest-asyncio \ |
| 14 | python3-pytest-cov \ | ||
| 14 | " | 15 | " |
| 15 | 16 | ||
| 16 | RDEPENDS:${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
