diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb index 6cd5a4cab5..c98e3aee7a 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb | |||
@@ -13,8 +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 \ |
21 | ${PYTHON_PN}-netserver \ | ||
19 | ${PYTHON_PN}-yarl \ | 22 | ${PYTHON_PN}-yarl \ |
20 | " | 23 | " |