From 7697560b5f22c03059c8113329678b2a4d6d1d9b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Jul 2014 14:02:59 -0400 Subject: horizon: update to juno release Updating horizon to the juno release branch. New required packages have been added to support this integration. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-horizon_git.bb | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index 3f9e5e6..69dd430 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb @@ -33,7 +33,7 @@ RDEPENDS_${PN} += "python-django \ PR = "r2" SRCNAME = "horizon" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ file://horizon.init \ file://fix_bindir_path.patch \ file://openstack-dashboard-apache.conf \ @@ -41,8 +41,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ file://horizon-use-full-package-path-to-test-directories.patch \ " -SRCREV="0c3b71055c0d169b8245aee773438dbcb46c2bcf" -PV="2014.1+git${SRCPV}" +SRCREV="826444b9eabbaab11cb64018be0777493f1a5fc1" +PV="2014.2.b1+git${SRCPV}" S = "${WORKDIR}/git" inherit setuptools update-rc.d python-dir default_configs @@ -131,6 +131,8 @@ RDEPENDS_${PN} += " python-django \ python-glanceclient \ python-heatclient \ python-keystoneclient \ + python-troveclient \ + python-saharaclient \ python-lesscpy \ python-novaclient \ python-nose-exclude \ @@ -140,6 +142,10 @@ RDEPENDS_${PN} += " python-django \ python-swiftclient \ python-lockfile \ python-pyyaml \ + python-xstatic \ + python-xstatic-jquery \ + python-pyscss \ + python-django-pyscss \ ${RDEP_ARCH_VAR} \ " -- cgit v1.2.3-54-g00ecf