summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-xstatic-angular_1.2.1.1.bb
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/python/python-xstatic-angular_1.2.1.1.bb
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/python/python-xstatic-angular_1.2.1.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-angular_1.2.1.1.bb27
1 files changed, 0 insertions, 27 deletions
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.2.1.1.bb
deleted file mode 100644
index 9305a84..0000000
--- a/meta-openstack/recipes-devtools/python/python-xstatic-angular_1.2.1.1.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1DESCRIPTION = "Angular JavaScript library packaged for setuptools"
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7e6bb42b0e414f5151db54e18332cd10"
6
7PR = "r0"
8
9SRCNAME = "XStatic-Angular"
10SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "062f1590769f9afef17110a637a29461"
13SRC_URI[sha256sum] = "8ee63c5fbb3c4dad16f09c5467f1e71229a5e8b63d2993e761d81cdf86f72bae"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19# DEPENDS_default: python-pip
20
21DEPENDS += " \
22 python-pip \
23 "
24
25# RDEPENDS_default:
26RDEPENDS_${PN} += " \
27 "