diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:07 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | 76598abddc2950c2cd13b7570c1b014bdaa2d08a (patch) | |
| tree | 5ca4e2a6b265a466b07526690e3f3dd29724803f /meta-openstack/recipes-devtools/python/python-oslo.service_git.bb | |
| parent | 3dd375570e0c1bc3a94d1d821946c511b17b1382 (diff) | |
| download | meta-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.bb | 14 |
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 | ||
| 22 | RDEPENDS_${PN} += " \ | 22 | RDEPENDS_${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 | " |
