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