summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <asselsm@gmail.com>2016-02-03 20:41:07 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:17 -0500
commit76598abddc2950c2cd13b7570c1b014bdaa2d08a (patch)
tree5ca4e2a6b265a466b07526690e3f3dd29724803f /meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
parent3dd375570e0c1bc3a94d1d821946c511b17b1382 (diff)
downloadmeta-cloud-services-76598abddc2950c2cd13b7570c1b014bdaa2d08a.tar.gz
python-oslo.service: update dependencies
Update dependencies based on the package's required.txt. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.service_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.service_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
index 56384bc..379bff3 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
@@ -21,4 +21,18 @@ DEPENDS += " \
21 21
22RDEPENDS_${PN} += " \ 22RDEPENDS_${PN} += " \
23 python-pbr \ 23 python-pbr \
24 python-babel \
25 python-webob \
26 python-eventlet \
27 python-greenlet \
28 python-monotonic \
29 python-oslo.utils \
30 python-oslo.concurrency \
31 python-oslo.config \
32 python-oslo.log \
33 python-six \
34 python-oslo.i18n \
35 python-pastedeploy \
36 python-paste \
37 python-routes \
24 " 38 "