All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][m-c-s][PATCH] python3-os-brick: Fix syntax error
@ 2024-04-16  5:15 Zoltán Böszörményi
  0 siblings, 0 replies; 2+ messages in thread
From: Zoltán Böszörményi @ 2024-04-16  5:15 UTC (permalink / raw)
  To: meta-virtualization, Bruce Ashfield
  Cc: Zoltán Böszörményi

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-22 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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
2024-04-16  5:15 Zoltán Böszörményi

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.