diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-02 15:44:36 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-02 15:44:36 -0400 |
commit | f3c2d6637bfc0839214b68dcf36fc5cfb64c2cbc (patch) | |
tree | 50041e4c6550dc032f401e887da0803d23319897 | |
parent | 4c5e5e477483e246797e5d481c1830c8b4bce0c7 (diff) | |
download | meta-cloud-services-f3c2d6637bfc0839214b68dcf36fc5cfb64c2cbc.tar.gz |
nova: add oslo.i18n to dependency list
nova-compute needs oslo.i18n, so we add it to the dependency list.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index f6c090f..580193c 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
@@ -305,6 +305,7 @@ RDEPENDS_${PN} = " libvirt \ | |||
305 | spice-html5 \ | 305 | spice-html5 \ |
306 | python-posix-ipc \ | 306 | python-posix-ipc \ |
307 | python-rfc3986 \ | 307 | python-rfc3986 \ |
308 | python-oslo.i18n \ | ||
308 | " | 309 | " |
309 | 310 | ||
310 | RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \ | 311 | RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \ |