summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-31 09:12:02 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:35 -0500
commita92e566f8b3968bdf65b423c00b808567df4a5f4 (patch)
treea8a50dca83add9157e4715b4ac847aa3d07d8fa0 /meta-openstack/recipes-devtools
parentc18a2e2f03faa1e61abe688be316fbf2323178bb (diff)
downloadmeta-cloud-services-a92e566f8b3968bdf65b423c00b808567df4a5f4.tar.gz
nova-compute: add python-six rdepends
The havana nova-compute requires python-six for python2 -> 3 compatibility so we add it into the RDEPENDS of the common python-nova package. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb1
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 ddcf4d0..24e2ed7 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -184,6 +184,7 @@ RDEPENDS_${PN} = " python-modules \
184 python-pyasn1 \ 184 python-pyasn1 \
185 python-setuptools-git \ 185 python-setuptools-git \
186 python-simplejson \ 186 python-simplejson \
187 python-six \
187 python-setuptools \ 188 python-setuptools \
188 python-sqlalchemy \ 189 python-sqlalchemy \
189 python-sqlalchemy-migrate \ 190 python-sqlalchemy-migrate \