From 365034834a1193d36c730d9eebb9a4dd1b8399fc Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 9 Feb 2020 11:33:00 -0500 Subject: python3-aiohttp: alphabetize RDEPENDS for readability Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-python/recipes-devtools/python') 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" inherit setuptools3 pypi RDEPENDS_${PN} = "\ ${PYTHON_PN}-async-timeout \ + ${PYTHON_PN}-attrs \ ${PYTHON_PN}-chardet \ ${PYTHON_PN}-idna-ssl \ + ${PYTHON_PN}-misc \ ${PYTHON_PN}-multidict \ - ${PYTHON_PN}-yarl \ ${PYTHON_PN}-typing \ - ${PYTHON_PN}-misc \ - ${PYTHON_PN}-attrs \ + ${PYTHON_PN}-yarl \ " -- cgit v1.2.3-54-g00ecf