summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index d68725b..929adff 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -26,8 +26,8 @@ SRC_URI += "file://nova-all \
26 file://nova.conf \ 26 file://nova.conf \
27 file://openrc \ 27 file://openrc \
28 " 28 "
29SRCREV="ba0a08c11535a9cedc07e1329e8bf729af3d4b02" 29SRCREV="943f02f1a62f7eb131f62729d83d97ad431ee89f"
30PV="2014.2.rc1+git${SRCPV}" 30PV="2014.2+git${SRCPV}"
31 31
32S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"
33 33
@@ -294,6 +294,8 @@ RDEPENDS_${PN} = " libvirt \
294 python-netaddr \ 294 python-netaddr \
295 python-oslo.config \ 295 python-oslo.config \
296 python-oslo.rootwrap \ 296 python-oslo.rootwrap \
297 python-oslo.concurrency \
298 python-oslo.middleware \
297 python-paste \ 299 python-paste \
298 python-pastedeploy \ 300 python-pastedeploy \
299 python-paramiko \ 301 python-paramiko \