summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
index 8bb85cb..8841ec0 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
@@ -19,9 +19,11 @@ inherit setuptools
19 19
20DEPENDS += " \ 20DEPENDS += " \
21 python-pip \ 21 python-pip \
22 python-pbr \
22 " 23 "
23 24
24# RDEPENDS_default: 25# RDEPENDS_default:
25RDEPENDS_${PN} += " \ 26RDEPENDS_${PN} += " \
26 bash \ 27 bash \
28 python-pbr \
27 " 29 "