mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 01:05:42 +01:00
python-async-timeout: add asyncio to RDEPENDS
It is required to properly import the module. Tested on python 3.7.4 Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
311dfa83b0
commit
e70ba86d79
|
|
@ -13,3 +13,7 @@ SRC_URI[sha256sum] = "0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b2
|
|||
|
||||
PYPI_PACKAGE = "async-timeout"
|
||||
inherit pypi
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-asyncio \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user