aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorMaciej Pijanowski <maciej.pijanowski@3mdeb.com>2019-08-11 17:16:25 +0200
committerKhem Raj <raj.khem@gmail.com>2019-08-11 08:58:05 -0700
commite70ba86d79ec0b48160715d2c53dd2337e102502 (patch)
treedba0b2b8fb3641cfec009c1f63ecec7462fd2caa /meta-python/recipes-devtools
parent311dfa83b0dff32b427797c3f6d278d2e0d9b709 (diff)
downloadmeta-openembedded-contrib-e70ba86d79ec0b48160715d2c53dd2337e102502.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-async-timeout.inc4
1 files changed, 4 insertions, 0 deletions
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 \
+"