From 96cabf00ac78440e5a71aca85c4ed4949cce39e3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 30 Apr 2014 15:09:30 -0400 Subject: horizon: update to icehouse release Updating horizon to the icehouse release. Adding troveclient to the rdepends is the biggest recipe level change .. and even that isn't very big. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-horizon_git.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index f4cc16f..fd71d7f 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb @@ -9,7 +9,7 @@ DEPENDS += " \ python-pbr \ " -DEPENDS_${PN} += "python-django \ +RDEPENDS_${PN} += "python-django \ python-django-compressor \ python-django-openstack-auth \ python-netaddr \ @@ -25,20 +25,21 @@ DEPENDS_${PN} += "python-django \ python-swiftclient \ python-lockfile \ python-pbr \ + python-troveclient \ " PR = "r2" SRCNAME = "horizon" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ file://horizon.init \ file://fix_bindir_path.patch \ file://openstack-dashboard-apache.conf \ file://local_settings.py \ " -SRCREV="b2259b352fd1e00a269b8275afa8093223598235" -PV="2013.2+git${SRCPV}" +SRCREV="0c3b71055c0d169b8245aee773438dbcb46c2bcf" +PV="2014.1+git${SRCPV}" S = "${WORKDIR}/git" inherit setuptools update-rc.d python-dir default_configs -- cgit v1.2.3-54-g00ecf