Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Tim Orling <ticotimo@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-python2][PATCH 2/2] python-twisted: cosmetic changes to RDEPENDS
Date: Fri,  7 Feb 2020 08:15:00 -0800	[thread overview]
Message-ID: <20200207161500.10273-2-ticotimo@gmail.com> (raw)
In-Reply-To: <20200207161500.10273-1-ticotimo@gmail.com>

Make the RDEPENDS indent consistent and break
long lines into multiline.

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python-twisted_19.10.0.bb          | 42 ++++++++++++-------
 1 file changed, 26 insertions(+), 16 deletions(-)

diff --git a/recipes-devtools/python/python-twisted_19.10.0.bb b/recipes-devtools/python/python-twisted_19.10.0.bb
index 51a495a0..aee6f5ae 100644
--- a/recipes-devtools/python/python-twisted_19.10.0.bb
+++ b/recipes-devtools/python/python-twisted_19.10.0.bb
@@ -63,25 +63,35 @@ RDEPENDS_${PN} = "\
     ${PN}-zsh \
 "
 
-RDEPENDS_${PN}-core = "${PYTHON_PN}-automat \
-                       ${PYTHON_PN}-constantly \
-                       ${PYTHON_PN}-core \
-                       ${PYTHON_PN}-debugger \
-                       ${PYTHON_PN}-hyperlink \
-                       ${PYTHON_PN}-incremental \
-                       ${PYTHON_PN}-misc \
-                       ${PYTHON_PN}-pkg-resources \
-                       ${PYTHON_PN}-pkgutil \
-                       ${PYTHON_PN}-plistlib \
-                       ${PYTHON_PN}-pyhamcrest \
-                       ${PYTHON_PN}-pyserial \
-                       ${PYTHON_PN}-setuptools \
-                       ${PYTHON_PN}-unixadmin \
-                       ${PYTHON_PN}-zopeinterface \
+RDEPENDS_${PN}-core = " \
+    ${PYTHON_PN}-automat \
+    ${PYTHON_PN}-constantly \
+    ${PYTHON_PN}-core \
+    ${PYTHON_PN}-debugger \
+    ${PYTHON_PN}-hyperlink \
+    ${PYTHON_PN}-incremental \
+    ${PYTHON_PN}-misc \
+    ${PYTHON_PN}-pkg-resources \
+    ${PYTHON_PN}-pkgutil \
+    ${PYTHON_PN}-plistlib \
+    ${PYTHON_PN}-pyhamcrest \
+    ${PYTHON_PN}-pyserial \
+    ${PYTHON_PN}-setuptools \
+    ${PYTHON_PN}-unixadmin \
+    ${PYTHON_PN}-zopeinterface \
 "
 
 RDEPENDS_${PN}-test = "${PN}"
-RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle"
+
+RDEPENDS_${PN}-conch = " \
+    ${PN}-core \
+    ${PN}-protocols \
+    ${PYTHON_PN}-bcrypt \
+    ${PYTHON_PN}-cryptography \
+    ${PYTHON_PN}-pickle \
+    ${PYTHON_PN}-pyasn1 \
+"
+
 RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols"
 RDEPENDS_${PN}-names = "${PN}-core"
 RDEPENDS_${PN}-news = "${PN}-core ${PN}-protocols"
-- 
2.25.0



      reply	other threads:[~2020-02-07 16:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-07 16:14 [meta-python2][PATCH 1/2] python-twisted: add required RDEPENDS for twistd Tim Orling
2020-02-07 16:15 ` Tim Orling [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=20200207161500.10273-2-ticotimo@gmail.com \
    --to=ticotimo@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox