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:21 +0000 |
| commit | 61d37af7f412aa1ecacdf584faf0fba300f7d58e (patch) | |
| tree | 88dd721e9f5e8bb8206be724735f4eb0b91a4361 /meta-openstack/recipes-devtools/python/python3-os-brick_git.bb | |
| parent | bcf88c93d2d7c368efb9a761111d8963e8d91dfe (diff) | |
| download | meta-cloud-services-61d37af7f412aa1ecacdf584faf0fba300f7d58e.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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-os-brick_git.bb')
| -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 | " | ||
