summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:31:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:49:54 -0400
commit0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch)
treeb91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-devtools/python/python3-os-brick_git.bb
parente887a996155f8b9f22d6aca0e31b5fbccd82751e (diff)
downloadmeta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz
global: overrides conversion
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.bb4
1 files changed, 2 insertions, 2 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 4fc01f6..c52526a 100644
--- a/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
14 14
15inherit setuptools3 15inherit setuptools3
16 16
17FILES_${PN} += "${datadir}/etc/*" 17FILES:${PN} += "${datadir}/etc/*"
18 18
19DEPENDS += " \ 19DEPENDS += " \
20 python3-pbr \ 20 python3-pbr \
@@ -25,7 +25,7 @@ DEPENDS += " \
25 python3-pbr-native \ 25 python3-pbr-native \
26 " 26 "
27 27
28RDEPENDS_${PN} += " \ 28RDEPENDS:${PN} += " \
29 python3-pbr \ 29 python3-pbr \
30 python3-babel \ 30 python3-babel \
31 python3-eventlet \ 31 python3-eventlet \