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:
Maciej Pijanowski 2019-08-11 17:16:25 +02:00 committed by Khem Raj
parent 311dfa83b0
commit e70ba86d79

View File

@ -13,3 +13,7 @@ SRC_URI[sha256sum] = "0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b2
PYPI_PACKAGE = "async-timeout"
inherit pypi
RDEPENDS_${PN} = "\
${PYTHON_PN}-asyncio \
"