From 0ce2ee6f409ad264f9e8fc492e7c63cc4ab4e1bd Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 4 Sep 2014 12:38:16 -0400 Subject: horizon: add juno dependencies Update the horizon recipe to have all the juno dependencies. We also introduce the recipes to build those dependencies. Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-qunit_1.14.0.2.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb new file mode 100644 index 0000000..bb01800 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "QUnit JavaScript library packaged for setuptools" +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-QUnit" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0093d355f8ef8497e548012c01051ce2" + +PR = "r0" + +SRCNAME = "XStatic-QUnit" +SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "21d48252d3301bd7ae530bfeffa3d108" +SRC_URI[sha256sum] = "c5e2d68d55a3f62b1cfc586112099a522a0a2e2eb22533bbe5dff7d907249ee6" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf