summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorMark Asselstine <asselsm@gmail.com>2016-02-03 20:41:32 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:17 -0500
commitd4890f39b1692cd76799a7bdb1bdb253ca1707bf (patch)
treec8f432df62d2ada3e42f40c6a875c281de688eeb /meta-openstack/recipes-devtools
parent505356c3e6bed58832bde39dc5dd60a0988876b1 (diff)
downloadmeta-cloud-services-d4890f39b1692cd76799a7bdb1bdb253ca1707bf.tar.gz
python-xstatic-mdi: initial version
This package provides a mdi javascript library packaged for setuptools (easy_install) / pip. This package is required by horizon. We had to add the CC-BY-4.0 license file which this package is licensed under, and add the licenses dir to LICENSE_PATH. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.1.70.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.1.70.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.1.70.1.bb
new file mode 100644
index 0000000..840f538
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-xstatic-mdi_1.1.70.1.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "mdi javascript library packaged for setuptools (easy_install) / pip."
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-mdi"
3SECTION = "devel/python"
4LICENSE = "CC-BY-4.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=f056788d254e428803e2d2a93e6a510d"
6
7SRCNAME = "XStatic-mdi"
8SRC_URI = "https://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "41a92868ff0fcbd86a912ca974b995bd"
11SRC_URI[sha256sum] = ""
12
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15inherit setuptools
16
17DEPENDS += " \
18 python-pip \
19 "
20
21RDEPENDS_${PN} += " \
22 "