diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-13 14:32:30 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-14 12:38:27 -0500 |
| commit | 7063d4b65c27585a9ae282f75e6cadc8ee395273 (patch) | |
| tree | f75bcd9027d28320e3c337c1e5f6017300dca165 /meta-openstack/recipes-devtools/python/python-xstatic-term.js_0.0.7.0.bb | |
| parent | b89b484046975c026a5770fe397694a245e1f176 (diff) | |
| download | meta-cloud-services-7063d4b65c27585a9ae282f75e6cadc8ee395273.tar.gz | |
python-xstatic-*: uprev to required versions
The python-horizon requires specific versions of the various
python-xstatic-* per its requirements.txt file. Being 'xtatic'
packages these have no additional dependencies so the uprevs are
mostly straitforward version updates with a check that the license
hasn't changed.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-term.js_0.0.7.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-term.js_0.0.7.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-term.js_0.0.7.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-term.js_0.0.7.0.bb new file mode 100644 index 0000000..ef37760 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-term.js_0.0.7.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-term.js" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "7434ecf6f5680c293cf3806245dc946b" | ||
| 10 | SRC_URI[sha256sum] = "b5f3ab69cb638391f04254913a11b2aab08e2d51c5b81bb6a564c5a6d442bd31" | ||
| 11 | |||
| 12 | inherit setuptools pypi | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python-pip \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += " \ | ||
| 19 | " | ||
