mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 13:27:14 +00: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…
x
Reference in New Issue
Block a user