[oe-commits] [meta-openembedded] 10/11: python3-aiohttp: alphabetize RDEPENDS for readability

git at git.openembedded.org git at git.openembedded.org
Mon Feb 10 06:31:51 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 365034834a1193d36c730d9eebb9a4dd1b8399fc
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sun Feb 9 11:33:00 2020 -0500

    python3-aiohttp: alphabetize RDEPENDS for readability
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb | 6 +++---
 1 file 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 979acc9..121447c 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 \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list