diff options
author | Derek Straka <derek@asterius.io> | 2020-02-09 11:33:00 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-09 22:31:32 -0800 |
commit | 365034834a1193d36c730d9eebb9a4dd1b8399fc (patch) | |
tree | d197c9f4837b089076d1e6ac81fd2339508303da /meta-python | |
parent | efe0e21b40035936e7f36bf5ff4c7f9fced497b9 (diff) | |
download | meta-openembedded-365034834a1193d36c730d9eebb9a4dd1b8399fc.tar.gz |
python3-aiohttp: alphabetize RDEPENDS for readability
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-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 | " |