summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorZoltán Böszörményi <zboszor@gmail.com>2024-04-16 06:30:57 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-04-22 15:04:15 +0000
commitcf69792503dbba2aa12aabe2b0bb12a89adc9ccf (patch)
tree88dd721e9f5e8bb8206be724735f4eb0b91a4361 /meta-openstack
parent42687d8e3094b79b85763916707fba2836ccf2c8 (diff)
downloadmeta-cloud-services-master.tar.gz
python3-os-brick: Fix syntax errorHEADmaster
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> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-os-brick_git.bb1
1 files changed, 1 insertions, 0 deletions
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 093b673..cef666d 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} += " \
40 python3-retrying \ 40 python3-retrying \
41 python3-six \ 41 python3-six \
42 python3-os-win \ 42 python3-os-win \
43"