summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-13 11:59:35 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-13 11:59:35 -0400
commit0925f62839abd10d6353321b5feda9ffa17f78d9 (patch)
tree58f1a111282bb67c28b2ecff24a0d0e9f57f3f5f /meta-openstack/recipes-devtools
parent54179a2d187fd082456444c1f600fd6e9a07b7e8 (diff)
downloadmeta-cloud-services-0925f62839abd10d6353321b5feda9ffa17f78d9.tar.gz
horizon: fix kilo login / page rendering
With this commit, we add a missing dependency (pint) and update the angular support libary to the proper version for kilo support. We can now render and log into the dashboard. 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-horizon_git.bb1
-rw-r--r--meta-openstack/recipes-devtools/python/python-pint_0.6.bb21
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-angular_1.3.7.0.bb (renamed from meta-openstack/recipes-devtools/python/python-xstatic-angular_1.2.1.1.bb)6
3 files changed, 25 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index 154c447..d0a9bab 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -32,6 +32,7 @@ RDEPENDS_${PN} += " python-django \
32 python-swiftclient \ 32 python-swiftclient \
33 python-lockfile \ 33 python-lockfile \
34 python-pyyaml \ 34 python-pyyaml \
35 python-pint \
35 python-xstatic \ 36 python-xstatic \
36 python-xstatic-jquery \ 37 python-xstatic-jquery \
37 python-xstatic-angular \ 38 python-xstatic-angular \
diff --git a/meta-openstack/recipes-devtools/python/python-pint_0.6.bb b/meta-openstack/recipes-devtools/python/python-pint_0.6.bb
new file mode 100644
index 0000000..9e6c689
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pint_0.6.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "Physical quantities module"
2HOMEPAGE = "https://pypi.python.org/pypi/Pint"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=bccf824202692270a1e0829a62e3f47b"
6
7PR = "r0"
8SRCNAME = "Pint"
9
10SRC_URI = "http://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.zip"
11
12SRC_URI[md5sum] = "88aa0918019071546b10c5fbdc91ae5e"
13SRC_URI[sha256sum] = "b1ab3b589ca4d78689233a007abd5a7eec4ea65302cabaed06932d20f2a9e748"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19RDEPENDS_${PN} += "gmp"
20
21FILES_${PN} += "${datadir}/*"
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular_1.2.1.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular_1.3.7.0.bb
index 9305a84..39e5e6c 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-angular_1.2.1.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-xstatic-angular_1.3.7.0.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "Angular JavaScript library packaged for setuptools"
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular" 2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7e6bb42b0e414f5151db54e18332cd10" 5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=fef10afacf31c10c1fb9ce04e3763269"
6 6
7PR = "r0" 7PR = "r0"
8 8
9SRCNAME = "XStatic-Angular" 9SRCNAME = "XStatic-Angular"
10SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "062f1590769f9afef17110a637a29461" 12SRC_URI[md5sum] = "fa26884ab0b2acfa09e372aedd7e7b04"
13SRC_URI[sha256sum] = "8ee63c5fbb3c4dad16f09c5467f1e71229a5e8b63d2993e761d81cdf86f72bae" 13SRC_URI[sha256sum] = "7cad216b226399cbe8d2909ed5b9f28d724907b9c9e1e078e6e25d320a3d5dd7"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16