From e70ba86d79ec0b48160715d2c53dd2337e102502 Mon Sep 17 00:00:00 2001 From: Maciej Pijanowski Date: Sun, 11 Aug 2019 17:16:25 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-async-timeout.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-async-timeout.inc b/meta-python/recipes-devtools/python/python-async-timeout.inc index 7e4959ebc4..e71a00262b 100644 --- a/meta-python/recipes-devtools/python/python-async-timeout.inc +++ b/meta-python/recipes-devtools/python/python-async-timeout.inc @@ -13,3 +13,7 @@ SRC_URI[sha256sum] = "0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b2 PYPI_PACKAGE = "async-timeout" inherit pypi + +RDEPENDS_${PN} = "\ + ${PYTHON_PN}-asyncio \ +" -- cgit 1.2.3-korg