diff options
| author | Zoltán Böszörményi <zboszor@gmail.com> | 2024-04-16 06:30:57 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-04-22 15:04:15 +0000 |
| commit | cf69792503dbba2aa12aabe2b0bb12a89adc9ccf (patch) | |
| tree | 88dd721e9f5e8bb8206be724735f4eb0b91a4361 | |
| parent | 42687d8e3094b79b85763916707fba2836ccf2c8 (diff) | |
| download | meta-cloud-services-cf69792503dbba2aa12aabe2b0bb12a89adc9ccf.tar.gz | |
python3-os-brick: Fix syntax error
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>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-os-brick_git.bb | 1 |
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 | " | ||
