diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb index 121447cdb7..24eb021de8 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb | |||
@@ -13,9 +13,11 @@ RDEPENDS_${PN} = "\ | |||
13 | ${PYTHON_PN}-async-timeout \ | 13 | ${PYTHON_PN}-async-timeout \ |
14 | ${PYTHON_PN}-attrs \ | 14 | ${PYTHON_PN}-attrs \ |
15 | ${PYTHON_PN}-chardet \ | 15 | ${PYTHON_PN}-chardet \ |
16 | ${PYTHON_PN}-html \ | ||
16 | ${PYTHON_PN}-idna-ssl \ | 17 | ${PYTHON_PN}-idna-ssl \ |
18 | ${PYTHON_PN}-json \ | ||
17 | ${PYTHON_PN}-misc \ | 19 | ${PYTHON_PN}-misc \ |
18 | ${PYTHON_PN}-multidict \ | 20 | ${PYTHON_PN}-multidict \ |
19 | ${PYTHON_PN}-typing \ | 21 | ${PYTHON_PN}-netserver \ |
20 | ${PYTHON_PN}-yarl \ | 22 | ${PYTHON_PN}-yarl \ |
21 | " | 23 | " |