aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorMaciej Pijanowski <maciej.pijanowski@3mdeb.com>2019-08-11 17:16:24 +0200
committerKhem Raj <raj.khem@gmail.com>2019-08-11 08:58:05 -0700
commit311dfa83b0dff32b427797c3f6d278d2e0d9b709 (patch)
tree9c7dd55aa14f1544264cbbebc0ae909f64df0826 /meta-python/recipes-devtools
parent54645121cd02ab6e29da15a74eeaabbf4254fada (diff)
downloadmeta-openembedded-contrib-311dfa83b0dff32b427797c3f6d278d2e0d9b709.tar.gz
python-aiohttp.inc: add missing RDEPENDS
Module could not be properly imported (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-aiohttp.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-aiohttp.inc b/meta-python/recipes-devtools/python/python-aiohttp.inc
index 81f1809bdd..e711ad71da 100644
--- a/meta-python/recipes-devtools/python/python-aiohttp.inc
+++ b/meta-python/recipes-devtools/python/python-aiohttp.inc
@@ -15,4 +15,7 @@ RDEPENDS_${PN} = "\
${PYTHON_PN}-idna-ssl \
${PYTHON_PN}-multidict \
${PYTHON_PN}-yarl \
+ ${PYTHON_PN}-typing \
+ ${PYTHON_PN}-misc \
+ ${PYTHON_PN}-attrs \
"