diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-13 11:59:35 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-13 11:59:35 -0400 |
| commit | 0925f62839abd10d6353321b5feda9ffa17f78d9 (patch) | |
| tree | 58f1a111282bb67c28b2ecff24a0d0e9f57f3f5f /meta-openstack/recipes-devtools/python/python-xstatic-angular_1.3.7.0.bb | |
| parent | 54179a2d187fd082456444c1f600fd6e9a07b7e8 (diff) | |
| download | meta-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/python/python-xstatic-angular_1.3.7.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-angular_1.3.7.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular_1.3.7.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular_1.3.7.0.bb new file mode 100644 index 0000000..39e5e6c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-angular_1.3.7.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Angular JavaScript library packaged for setuptools" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=fef10afacf31c10c1fb9ce04e3763269" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "XStatic-Angular" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "fa26884ab0b2acfa09e372aedd7e7b04" | ||
| 13 | SRC_URI[sha256sum] = "7cad216b226399cbe8d2909ed5b9f28d724907b9c9e1e078e6e25d320a3d5dd7" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
