From 0925f62839abd10d6353321b5feda9ffa17f78d9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 13 Mar 2015 11:59:35 -0400 Subject: 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 --- .../python/python-xstatic-angular_1.2.1.1.bb | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular_1.2.1.1.bb (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-angular_1.2.1.1.bb') 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 @@ -DESCRIPTION = "Angular JavaScript library packaged for setuptools" -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7e6bb42b0e414f5151db54e18332cd10" - -PR = "r0" - -SRCNAME = "XStatic-Angular" -SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "062f1590769f9afef17110a637a29461" -SRC_URI[sha256sum] = "8ee63c5fbb3c4dad16f09c5467f1e71229a5e8b63d2993e761d81cdf86f72bae" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " -- cgit v1.2.3-54-g00ecf