From cf69792503dbba2aa12aabe2b0bb12a89adc9ccf Mon Sep 17 00:00:00 2001 From: Zoltán Böszörményi Date: Tue, 16 Apr 2024 06:30:57 +0200 Subject: python3-os-brick: Fix syntax error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Bruce Ashfield --- 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 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} += " \ python3-retrying \ python3-six \ python3-os-win \ +" -- cgit v1.2.3-54-g00ecf