diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-04 12:38:16 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-04 12:38:16 -0400 |
commit | 0ce2ee6f409ad264f9e8fc492e7c63cc4ab4e1bd (patch) | |
tree | 61f22d251e9e54594b4c242309d263fa98a93fc2 /meta-openstack/recipes-devtools/python/python-xstatic-spin_1.2.5.2.bb | |
parent | 3830acbfe6a277aea2a6305cd78cdbe6f58eee15 (diff) | |
download | meta-cloud-services-0ce2ee6f409ad264f9e8fc492e7c63cc4ab4e1bd.tar.gz |
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-spin_1.2.5.2.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-spin_1.2.5.2.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-spin_1.2.5.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-spin_1.2.5.2.bb new file mode 100644 index 0000000..8e9145d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-spin_1.2.5.2.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | DESCRIPTION = "Spin JavaScript library packaged for setuptools" | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Spin" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=322c2399a1682aaec2f4e5fff4be5726" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | SRCNAME = "XStatic-Spin" | ||
10 | SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
11 | |||
12 | SRC_URI[md5sum] = "df83f80fd0b11545b64497112996e49e" | ||
13 | SRC_URI[sha256sum] = "7f46ef0e45e047019ba6eda22c432fb96f681b97bbe7f1749aa9209e07727192" | ||
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 | " | ||