diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-02 11:42:33 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-02 11:42:33 -0500 |
| commit | 6fef060c2336d4c472c5bc8ec48bfb8a205cd6b3 (patch) | |
| tree | 334941aa845ae2e605109916f46fe644e6cfa9b0 /meta-openstack/recipes-devtools/python/python-xstatic-term.js_0.0.4.2.bb | |
| parent | 0a1e95faf0c24e89fdb257cc75fdf1176029a3e9 (diff) | |
| download | meta-cloud-services-6fef060c2336d4c472c5bc8ec48bfb8a205cd6b3.tar.gz | |
kilo: add and update dependency packages
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-term.js_0.0.4.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-term.js_0.0.4.2.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-term.js_0.0.4.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-term.js_0.0.4.2.bb new file mode 100644 index 0000000..79221c0 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-term.js_0.0.4.2.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "Angular JavaScript library packaged for setuptools" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-term.js/0.0.4.2" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0d4ffb2adc6dcb63bbd77832cf91447e" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "XStatic-term.js" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "2224354fa1d98599d9383df5b2e749b7" | ||
| 13 | SRC_URI[sha256sum] = "1ed5c1cd4de60d6f290a032bfc7cdc4261d8d36cb7788b2b0a610551bbda15ec" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS_${PN} += " \ | ||
| 24 | " | ||
