meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: "Zoltán Böszörményi" <zboszor@gmail.com>
To: meta-virtualization@lists.yoctoproject.org,
	Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: "Zoltán Böszörményi" <zboszor@gmail.com>
Subject: [meta-virtualization][m-c-s][PATCH] python3-os-brick: Fix syntax error
Date: Tue, 16 Apr 2024 07:15:00 +0200	[thread overview]
Message-ID: <20240416051500.1077950-1-zboszor@gmail.com> (raw)

RDEPENDS:${PN} must have a closing quotation mark.
This error was present since the recipe was added.
Scarthgap catches it as a syntax error.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
---
 meta-openstack/recipes-devtools/python/python3-os-brick_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb b/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb
index 093b673e..cef666d4 100644
--- a/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb
@@ -40,3 +40,4 @@ RDEPENDS:${PN} += " \
         python3-retrying \
         python3-six \
         python3-os-win \
+"
-- 
2.44.0



             reply	other threads:[~2024-04-16  5:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-16  5:15 Zoltán Böszörményi [this message]
     [not found] <20240416043058.243257-1-zboszor@gmail.com>
2024-04-22 15:04 ` [meta-virtualization][m-c-s][PATCH] python3-os-brick: Fix syntax error Bruce Ashfield

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=20240416051500.1077950-1-zboszor@gmail.com \
    --to=zboszor@gmail.com \
    --cc=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).