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-xstatic-angular-cookies_1.2.1.1.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-cookies_1.2.1.1.bb (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-angular-cookies_1.2.1.1.bb') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-cookies_1.2.1.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-cookies_1.2.1.1.bb new file mode 100644 index 0000000..0947add --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-angular-cookies_1.2.1.1.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Angular-Cookies JavaScript library packaged for setuptools" +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Cookies" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=70856f1d03d62a3e0c0cb1b7f8c7fd00" + +PR = "r0" + +SRCNAME = "XStatic-Angular-Cookies" +SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "a67066fac5dfe9774ab163d44e5a896a" +SRC_URI[sha256sum] = "c8fc1a52549c601809fc9f25144e4fd346820412b6430e89256e7ec71fce0b4c" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf