diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb | 6 |
1 files changed, 3 insertions, 3 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 979acc9cff..121447cdb7 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 | |||
@@ -11,11 +11,11 @@ PYPI_PACKAGE = "aiohttp" | |||
11 | inherit setuptools3 pypi | 11 | inherit setuptools3 pypi |
12 | RDEPENDS_${PN} = "\ | 12 | RDEPENDS_${PN} = "\ |
13 | ${PYTHON_PN}-async-timeout \ | 13 | ${PYTHON_PN}-async-timeout \ |
14 | ${PYTHON_PN}-attrs \ | ||
14 | ${PYTHON_PN}-chardet \ | 15 | ${PYTHON_PN}-chardet \ |
15 | ${PYTHON_PN}-idna-ssl \ | 16 | ${PYTHON_PN}-idna-ssl \ |
17 | ${PYTHON_PN}-misc \ | ||
16 | ${PYTHON_PN}-multidict \ | 18 | ${PYTHON_PN}-multidict \ |
17 | ${PYTHON_PN}-yarl \ | ||
18 | ${PYTHON_PN}-typing \ | 19 | ${PYTHON_PN}-typing \ |
19 | ${PYTHON_PN}-misc \ | 20 | ${PYTHON_PN}-yarl \ |
20 | ${PYTHON_PN}-attrs \ | ||
21 | " | 21 | " |