All of lore.kernel.org
 help / color / mirror / Atom feed
From: Derek Straka <derek@asterius.io>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-python][PATCH][v2 2/2] python3-aiohttp: alphabetize RDEPENDS for readability
Date: Sun,  9 Feb 2020 11:33:00 -0500	[thread overview]
Message-ID: <20200209163300.19063-2-derek@asterius.io> (raw)
In-Reply-To: <20200209163300.19063-1-derek@asterius.io>

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../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 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 \
 "
-- 
2.17.1



      reply	other threads:[~2020-02-09 16:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-09 16:32 [meta-python][PATCH][v2 1/2] python3-aiohttp: update to version 3.6.2 Derek Straka
2020-02-09 16:33 ` Derek Straka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200209163300.19063-2-derek@asterius.io \
    --to=derek@asterius.io \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.